darkmode is now available

This commit is contained in:
2026-05-07 13:42:46 +02:00
parent ec309eb626
commit 8cb918b064
36 changed files with 588 additions and 489 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { BottomTabBar } from './BottomTabBar'
export function AppShell() {
return (
<div className="flex flex-col h-screen overflow-hidden bg-[#F4F5F7]">
<div className="flex flex-col h-screen overflow-hidden bg-[var(--c-surface-muted)]">
{/* Top header — full width, always visible */}
<Header />