diff options
| author | Md. Saadman Farhad <saadmanheavy@gmail.com> | 2025-02-09 22:17:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-09 21:17:01 +0000 |
| commit | 45706a07b647ea88cd8412e98c199df9cc3aba99 (patch) | |
| tree | 40868e7d41698e416c5bfcebe9dfc5481a2412eb /apps/mobile | |
| parent | a89e052e8a9791f832db7a34b3ad2dd45209d236 (diff) | |
| download | karakeep-45706a07b647ea88cd8412e98c199df9cc3aba99.tar.zst | |
fix(mobile): add header class name corresponding to dark mode for text color (#1005)
Diffstat (limited to 'apps/mobile')
| -rw-r--r-- | apps/mobile/app/dashboard/_layout.tsx | 1 |
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, }} |
