fix: "自定义"标签在暗色主题下看不见

This commit is contained in:
Doyoung
2025-10-31 11:44:24 +08:00
parent 5c507dbf2e
commit 8b244bcbf0
2 changed files with 5 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ const studyProgress = $computed(() => {
top: 4px;
right: -22px;
padding: 1px 20px;
background: whitesmoke;
background: var(--color-label-bg);
font-size: 11px;
transform: rotate(45deg);
}