Исправлен чёрный на чёном при поиске

This commit is contained in:
none 2024-01-29 23:38:37 +03:00
parent b68d86e0a1
commit 5b6da19331

View File

@ -7,6 +7,10 @@ body {
color: #fff;
}
.Select-input > input {
color: #fff;
}
.Select .Select-value {
background-color: rgb(27, 29, 30);
}