[frontend/components] Make Note button in compose post readable

This commit is contained in:
Jeder 2024-10-28 16:01:29 +01:00 committed by Lilian
parent 5eeb31629e
commit 01a2483386
No known key found for this signature in database

View file

@ -68,6 +68,7 @@
border-radius: 0.5rem; border-radius: 0.5rem;
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
background: var(--accent-color); background: var(--accent-color);
color: var(--font-color);
float: right; float: right;
> i { > i {
padding-left: 0.5rem; padding-left: 0.5rem;