mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
🐛 Fix problem with debug panel and light theme
This commit is contained in:
parent
f6b182a3b5
commit
14584ef920
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: var(--panel-background-color);
|
||||
color: white;
|
||||
color: $df-primary;
|
||||
font-size: $fs-12;
|
||||
user-select: text;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue