fix(quota): allow refresh without creds

This commit is contained in:
moxi
2026-01-04 18:48:27 +08:00
parent e914337e57
commit 692f7f3cde
3 changed files with 10 additions and 3 deletions

View File

@@ -57,8 +57,8 @@
border-radius: 999px;
font-size: 13px;
font-weight: 600;
color: #0284c7; // sky-600
background-color: #e0f2fe; // sky-100
color: var(--count-badge-text);
background-color: var(--count-badge-bg);
box-sizing: border-box;
}