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:
calixteman 2025-02-06 19:09:20 +01:00 committed by GitHub
commit 16155fd801
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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