aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMd. Saadman Farhad <saadmanheavy@gmail.com>2025-02-09 22:17:01 +0100
committerGitHub <noreply@github.com>2025-02-09 21:17:01 +0000
commit45706a07b647ea88cd8412e98c199df9cc3aba99 (patch)
tree40868e7d41698e416c5bfcebe9dfc5481a2412eb /apps
parenta89e052e8a9791f832db7a34b3ad2dd45209d236 (diff)
downloadkarakeep-45706a07b647ea88cd8412e98c199df9cc3aba99.tar.zst
fix(mobile): add header class name corresponding to dark mode for text color (#1005)
Diffstat (limited to 'apps')
-rw-r--r--apps/mobile/app/dashboard/_layout.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/mobile/app/dashboard/_layout.tsx b/apps/mobile/app/dashboard/_layout.tsx
index c7f3dc19..223101bd 100644
--- a/apps/mobile/app/dashboard/_layout.tsx
+++ b/apps/mobile/app/dashboard/_layout.tsx
@@ -40,6 +40,7 @@ export default function Dashboard() {
return (
<StyledStack
contentClassName="bg-gray-100 dark:bg-background"
+ headerClassName="dark:text-white"
screenOptions={{
headerTransparent: true,
}}