0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 07:11:32 -05:00

🐛 Add fallback color to code generation

This commit is contained in:
Eva Marco 2024-05-20 09:38:16 +02:00
parent 4a3a5f701f
commit 76fc2b04f4

View file

@ -12,5 +12,6 @@
margin-top: $s-8;
padding: $s-12;
background-color: var(--menu-background-color);
color: var(--input-foreground-color-active);
overflow: auto;
}