mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
fix: Switch disabled color in dark theme (#35332)
This commit is contained in:
parent
1fed15ceeb
commit
11e69f31eb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user