make defederation rocket use theme colors.

This commit is contained in:
piuvas 2025-06-12 20:46:52 -03:00
parent dc35731589
commit 3e9a2c36f1
No known key found for this signature in database

View file

@ -1359,7 +1359,7 @@ defineExpose({
} }
&.danger { &.danger {
color: #ff2a2a; color: var(--MI_THEME-warn);
} }
} }