mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
make defederation rocket use theme colors.
This commit is contained in:
parent
dc35731589
commit
3e9a2c36f1
1 changed files with 1 additions and 1 deletions
|
@ -1359,7 +1359,7 @@ defineExpose({
|
||||||
}
|
}
|
||||||
|
|
||||||
&.danger {
|
&.danger {
|
||||||
color: #ff2a2a;
|
color: var(--MI_THEME-warn);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue