fixed: 暗色主题下 tabs 颜色不变的问题.

This commit is contained in:
lijiahangmax
2023-11-26 21:26:10 +08:00
parent 550366e929
commit 47551edc75
14 changed files with 4348 additions and 2620 deletions

View File

@@ -71,7 +71,7 @@
display: flex;
flex-direction: column;
user-select: none;
background: #FFF;
background: var(--color-bg-1);
}
.tab-item {