0
Fork 0
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:
alonso.torres 2024-01-31 10:07:47 +01:00
parent f6b182a3b5
commit 14584ef920

View file

@ -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;
} }