Change body background to base-300 for better color hierarchy
All checks were successful
Build Docker Image / build (push) Successful in 6m28s

This commit is contained in:
Ruslan Bakiev
2026-01-15 10:07:56 +07:00
parent e451267c36
commit 9411eb9874
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
<input id="main-drawer" type="checkbox" class="drawer-toggle" v-model="drawerOpen" />
<!-- Main content area -->
<div class="drawer-content flex flex-col h-screen bg-base-200">
<div class="drawer-content flex flex-col h-screen bg-base-300">
<!-- TopBar -->
<TopBar
:session-checked="sessionChecked"