Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit b2be167

Browse files
committed
Change color of spinner to lightPurple
1 parent 9c32c42 commit b2be167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/spinner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const smallStyles = StyleSheet.create({
2424
export const SmallSpinner = ({ ...props }) => (
2525
<ActivityIndicator
2626
size="small"
27-
color={color.purple}
27+
color={color.lightPurple}
2828
style={smallStyles.spinner}
2929
{...props}
3030
/>

0 commit comments

Comments
 (0)