Fix disabled input background in dark theme (#2622)

This commit is contained in:
Bartosz-Do
2026-07-30 17:57:01 +02:00
committed by GitHub
parent 4ea449df1b
commit d0a793c527
5 changed files with 10 additions and 2 deletions
+1
View File
@@ -20,6 +20,7 @@
--#{$prefix}bg-surface-dark: var(--#{$prefix}gray-900);
--#{$prefix}bg-surface-inverted: var(--#{$prefix}gray-900);
--#{$prefix}bg-forms: var(--#{$prefix}bg-surface);
--#{$prefix}bg-forms-disabled: var(--#{$prefix}bg-surface-secondary);
--#{$prefix}text-inverted: var(--#{$prefix}gray-100);