perf(style): use skill

This commit is contained in:
zhangheng
2026-04-29 16:27:07 +08:00
parent 9d9bf4ff7f
commit 8372fb4a64
8 changed files with 267 additions and 45 deletions

View File

@@ -42,9 +42,9 @@
}
.statusWaiting {
border-color: #e7d2a7;
background: #fbf7ee;
color: #92641e;
border-color: #ffdba5;
background: #fff7e8;
color: #d46b08;
}
.statusActive {
@@ -68,9 +68,9 @@
.rejectedPill {
min-height: 20px;
padding: 0 7px;
border-color: #e8c98a;
background: #fff8ed;
color: #a46b12;
border-color: #ffc987;
background: #fff3e0;
color: #c65d0e;
font-size: 11px;
font-weight: 500;
line-height: 16px;