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