mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -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;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background-color: var(--panel-background-color);
|
background-color: var(--panel-background-color);
|
||||||
color: white;
|
color: $df-primary;
|
||||||
font-size: $fs-12;
|
font-size: $fs-12;
|
||||||
user-select: text;
|
user-select: text;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue