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:
Daeng Deni Mardaeni 2024-12-20 09:35:02 +07:00
parent e0e9f39275
commit 4fcd5f02b3

View File

@ -1,5 +1,5 @@
<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"
id="sidebar">
<div class="sidebar-header hidden lg:flex items-center relative justify-between px-3 lg:px-6 shrink-0"