fix(style): dark css vars
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user