index.less 93 B

1234567
  1. .ant-switch {
  2. background-color: red
  3. }
  4. .ant-switch-checked {
  5. background-color: #87D068;
  6. }