fix input color

This commit is contained in:
srgooglo 2022-10-21 10:58:54 +00:00
parent fd49acfdf0
commit c3a0e7ec2b

View File

@ -360,4 +360,11 @@
span {
color: #c41d7f !important;
}
}
// fix input
.ant-input {
background-color: var(--background-color-accent);
color: var(--text-color);
}