[frontend/components] Make compose font color use the variable

This commit is contained in:
Jeder 2024-10-28 15:44:15 +01:00 committed by Lilian
parent 58b4379ea1
commit 611fd88b67
No known key found for this signature in database

View file

@ -6,6 +6,7 @@
padding: 1rem; padding: 1rem;
position: relative; position: relative;
max-width: 45rem; max-width: 45rem;
color: var(--font-color);
} }
.dialog { .dialog {