Fix: Sync colors for light/dark mode consistency
This commit is contained in:
parent
e7ea035a9e
commit
6239159099
12 changed files with 445 additions and 175 deletions
|
|
@ -8,15 +8,15 @@
|
|||
|
||||
<template>
|
||||
<!-- App Shell: Main container with global background and text color -->
|
||||
<div class="app-shell min-h-screen transition-colors duration-200" style="background-color: var(--bg-body); color: var(--text-main);">
|
||||
<div class="app-shell min-h-screen transition-colors duration-200">
|
||||
<!-- Header -->
|
||||
<AppHeader />
|
||||
|
||||
|
||||
<!-- Main Content Area -->
|
||||
<main class="app-main">
|
||||
<slot />
|
||||
</main>
|
||||
|
||||
|
||||
<!-- Mobile Bottom Navigation (Visible only on small screens) -->
|
||||
<MobileNav />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue