1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

make defederation rocket use theme colors.

This commit is contained in:
piuvas
2025-06-12 20:46:52 -03:00
parent dc35731589
commit 3e9a2c36f1

View File

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