fix: add progress bar styling to dark theme
This commit is contained in:
parent
bf58d507fa
commit
4fdb1db2c0
1 changed files with 6 additions and 0 deletions
|
|
@ -122,6 +122,12 @@ $check-icon-dark: url("data:image/svg+xml, <svg viewBox='0 0 8 7' fill='none' xm
|
|||
--icon-stroke: var(--gray-300);
|
||||
}
|
||||
|
||||
// progress bar
|
||||
--progress-bar-bg: var(--light);
|
||||
.progress {
|
||||
background-color: var(--gray-700);
|
||||
}
|
||||
|
||||
// input
|
||||
--input-disabled-bg: none;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue