Merge pull request #19431 from Snuffleupagus/var--save-warning-color
Fix `--save-warning-color` CSS variable typo (PR 19414 follow-up)
This commit is contained in:
commit
16155fd801
@ -58,7 +58,7 @@
|
||||
#f0f0f4,
|
||||
transparent 40%
|
||||
);
|
||||
--save-warning-color: --var(--secondary-color);
|
||||
--save-warning-color: var(--secondary-color);
|
||||
--thickness-bg: var(--dialog-bg-color);
|
||||
--thickness-label-color: var(--primary-color);
|
||||
--thickness-slider-color: var(--primary-color);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user