mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix color
This commit is contained in:
parent
bb9dd39d15
commit
59f901334b
@ -51,18 +51,18 @@
|
||||
|
||||
&.startReached {
|
||||
&::before {
|
||||
background-color: var(--primaryColor) !important;
|
||||
background-color: var(--colorPrimary) !important;
|
||||
}
|
||||
}
|
||||
|
||||
&.finishReached {
|
||||
&::after {
|
||||
background-color: var(--primaryColor) !important;
|
||||
background-color: var(--colorPrimary) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ant-progress-bg {
|
||||
background-color: var(--primaryColor);
|
||||
background-color: var(--colorPrimary);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user