web/timeline: fix fixed menu redact button color

This commit is contained in:
Tulir Asokan 2024-12-29 16:44:33 +02:00
parent a1bddd6b6b
commit 8fa54a5bea

View file

@ -31,6 +31,10 @@ div.event-fixed-menu {
> button { > button {
width: 3rem; width: 3rem;
height: 3rem; height: 3rem;
&.redact-button {
color: var(--error-color);
}
} }
} }