Perbaiki warna border sidebar
Mengubah warna border sidebar dari `border-gray-200` menjadi `border-gray-400` untuk meningkatkan kontras visual. Perubahan ini memastikan sidebar memiliki tampilan yang lebih konsisten dengan tema keseluruhan.
This commit is contained in:
parent
e0e9f39275
commit
4fcd5f02b3
@ -1,5 +1,5 @@
|
|||||||
<div
|
<div
|
||||||
class="sidebar dark:bg-coal-600 bg-light border-r border-r-gray-200 dark:border-r-coal-100 fixed top-0 bottom-0 z-20 hidden lg:flex flex-col items-stretch shrink-0 h-full"
|
class="sidebar dark:bg-coal-600 bg-light border-r border-r-gray-400 dark:border-r-coal-100 fixed top-0 bottom-0 z-20 hidden lg:flex flex-col items-stretch shrink-0 h-full"
|
||||||
data-drawer="true" data-drawer-class="drawer drawer-start top-0 bottom-0" data-drawer-enable="true|lg:false"
|
data-drawer="true" data-drawer-class="drawer drawer-start top-0 bottom-0" data-drawer-enable="true|lg:false"
|
||||||
id="sidebar">
|
id="sidebar">
|
||||||
<div class="sidebar-header hidden lg:flex items-center relative justify-between px-3 lg:px-6 shrink-0"
|
<div class="sidebar-header hidden lg:flex items-center relative justify-between px-3 lg:px-6 shrink-0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user