fix colors

This commit is contained in:
srgooglo 2022-10-28 22:33:57 +00:00
parent fdf8ad721f
commit 6f7f57a3c6

View File

@ -385,5 +385,12 @@
.ant-input-affix-wrapper-status-error {
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);
}