Fix disabled color (#1434)

This commit is contained in:
RachelElysia 2021-07-21 08:42:50 -07:00 committed by GitHub
parent 00ea74ed80
commit 567f43d4a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -209,7 +209,7 @@
}
&.is-disabled {
color: $ui-gray;
color: $ui-fleet-black-25;
.Select-icon {
visibility: hidden;