Skip to content

Commit

Permalink
fix: Switch disabled color in dark theme (#35332)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Apr 29, 2022
1 parent 1fed15c commit 11e69f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/switch/style/index.less
Expand Up @@ -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;
Expand Down

0 comments on commit 11e69f3

Please sign in to comment.