1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Fix --save-warning-color CSS variable typo (PR 19414 follow-up)

This commit is contained in:
Jonas Jenwald 2025-02-06 19:06:04 +01:00
parent f1152f5caf
commit 314928ffd7

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