fix(style): dark css vars

This commit is contained in:
jialin
2025-04-28 10:05:06 +08:00
parent 4b748ee43a
commit 96e5398ad1
9 changed files with 55 additions and 17 deletions
+2 -3
View File
@@ -22,7 +22,7 @@
}
&.download {
border: 1px solid #93ecc5 !important;
border: 1px solid var(--ant-color-success-border-hover) !important;
}
.download {
@@ -34,13 +34,12 @@
top: 0;
bottom: 0;
height: 100%;
background-color: #e0f5ec;
background-color: var(--ant-color-success-border);
}
.progress {
position: relative;
z-index: 10;
// color: var(--ant-color-text);
color: var(--ant-color-success);
}
}