mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 15:51:40 +02:00
🐛 Fix problem with menu colors
This commit is contained in:
parent
625f99c933
commit
4832b718da
5 changed files with 9 additions and 3 deletions
|
@ -29,6 +29,7 @@
|
|||
--error-color: var(--dark-error-color);
|
||||
--canvas-color: var(--color-canvas);
|
||||
|
||||
--shadow-color: var(--dark-gray-2-30);
|
||||
--radio-button-box-shadow: 0 0 0 1px var(--dark-gray-2-30) inset;
|
||||
|
||||
@include meta.load-css("hljs-dark-theme");
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
--error-color: var(--light-error-color);
|
||||
--canvas-color: var(--color-canvas);
|
||||
|
||||
--shadow-color: var(--off-black-30);
|
||||
--radio-button-box-shadow: 0 0 0 1px var(--light-gray-2) inset;
|
||||
|
||||
@include meta.load-css("hljs-light-theme");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue