Skip to content

Commit

Permalink
refactor(onboarding): Enhanced checkbox visibility in the onboarding …
Browse files Browse the repository at this point in the history
…process
  • Loading branch information
flaviomoceri committed Dec 22, 2023
1 parent aef33f7 commit 2b232b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CheckButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const CheckButton = memo(
<StyledView
style={[styles.checkbox, checked && styles.checked]}
color={checked ? 'brand32' : 'white1'}>
{checked && <Checkmark color="brand" height={20} width={20} />}
{checked && <Checkmark color="brand" height={22} width={22} />}
</StyledView>
</View>
</TouchableOpacity>
Expand Down

0 comments on commit 2b232b6

Please sign in to comment.