fix: add progress bar styling to dark theme

This commit is contained in:
Karm Soni 2025-03-31 16:27:43 +05:30
parent bf58d507fa
commit 4fdb1db2c0

View file

@ -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;