فهرست منبع

fix(ui): header bg color for the left sidebar item

charlie 1 سال پیش
والد
کامیت
60278f7cce
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/main/frontend/components/container.css

+ 1 - 0
src/main/frontend/components/container.css

@@ -197,6 +197,7 @@
       @apply pl-6 pr-4 py-1 flex justify-between items-center select-none sticky top-[-4px];
       @apply cursor-pointer z-[2] active:opacity-80;
 
+      background-color: var(--left-sidebar-bg-color);
 
       .ui__icon {
         @apply flex justify-center;