fix: Switch disabled color in dark theme (#35332)

This commit is contained in:
afc163 2022-04-29 23:29:47 +08:00 committed by GitHub
parent 1fed15ceeb
commit 11e69f31eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
line-height: @switch-height;
vertical-align: middle;
background-image: linear-gradient(to right, @disabled-color, @disabled-color),
linear-gradient(to right, @white, @white);
linear-gradient(to right, @component-background, @component-background);
border: 0;
border-radius: 100px;
cursor: pointer;