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

pull/11102/head
charlie 2024-03-02 09:27:48 +08:00
parent 82639cb07a
commit 60278f7cce
1 changed files with 1 additions and 0 deletions

View File

@ -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;