diff options
Diffstat (limited to 'apps/mobile/app/dashboard/settings')
| -rw-r--r-- | apps/mobile/app/dashboard/settings/theme.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mobile/app/dashboard/settings/theme.tsx b/apps/mobile/app/dashboard/settings/theme.tsx index dc7ba367..f7feacdb 100644 --- a/apps/mobile/app/dashboard/settings/theme.tsx +++ b/apps/mobile/app/dashboard/settings/theme.tsx @@ -23,7 +23,7 @@ export default function ThemePage() { ] } </Text> - {isChecked && <Check />} + {isChecked && <Check color="rgb(0, 122, 255)" />} </Pressable>, <Divider key={theme + "-divider"} |
