Skip to content

Commit

Permalink
Update apps/wallet-mobile/src/features/Initialization/DarkThemeAnnoun…
Browse files Browse the repository at this point in the history
…cement/DarkThemeAnnouncement.tsx

Signed-off-by: banklesss <[email protected]>
  • Loading branch information
banklesss authored Jul 30, 2024
1 parent 0240b61 commit a8a8ef7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const Toggle = () => {
value={!isLight}
onValueChange={handleOnValueChange}
trackColor={{false: color.gray_c100, true: color.gray_c100}}
thumbColor={isLight === true ? color.sys_yellow_c500 : color.el_primary_medium}
thumbColor={isLight ? color.sys_yellow_c500 : color.el_primary_medium}
/>

{isDark && Platform.OS === 'ios' && <Pressable style={styles.switchCircle} onPress={handleOnValueChange} />}
Expand Down

0 comments on commit a8a8ef7

Please sign in to comment.