diff options
| author | MohamedBassem <me@mbassem.com> | 2024-09-14 20:36:03 +0100 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-09-14 20:36:03 +0100 |
| commit | 095995dd16be5b6d120ffb763b13a3075f4108ec (patch) | |
| tree | 0167fb4282d40d4f72e25e1668ddb8077d29ece0 /apps/mobile/app/dashboard/settings | |
| parent | 3452e47c94a55a525620c244f57edb9482989d1c (diff) | |
| download | karakeep-095995dd16be5b6d120ffb763b13a3075f4108ec.tar.zst | |
fix(mobile): Fix some icon colors in dark mode
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"} |
