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:
parent
f1152f5caf
commit
314928ffd7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue