diff options
Diffstat (limited to 'apps/mobile/app/dashboard')
| -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, }} |
