Skip to content

Commit

Permalink
style: changed disabled switch color
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 committed Feb 2, 2025
1 parent 79e8627 commit 0dad76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/input/ThemedSwitch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ThemedSwitch: React.FC<ThemedSwitchProps> = ({
false: color.neutral._200,
true: color.neutral._400,
}}
thumbColor={value ? color.primary._500 : color.primary._200}
thumbColor={value ? color.primary._500 : color.neutral._400}
ios_backgroundColor="#3e3e3e"
onValueChange={onValueChange}
value={value}
Expand Down

0 comments on commit 0dad76c

Please sign in to comment.