mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix colors
This commit is contained in:
parent
fa3d5bb128
commit
841cccd643
@ -385,5 +385,12 @@
|
|||||||
.ant-input-affix-wrapper-status-error {
|
.ant-input-affix-wrapper-status-error {
|
||||||
background-color: var(--background-color-accent) !important;
|
background-color: var(--background-color-accent) !important;
|
||||||
|
|
||||||
|
color: var(--text-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
// fix adm cards
|
||||||
|
.adm-card {
|
||||||
|
background: var(--background-color-accent);
|
||||||
|
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user