Skip to content

Commit

Permalink
feat(dark): switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Erindcl committed Aug 13, 2020
1 parent 60f54bf commit 09370ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theme/dt-theme/dark/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@
border-color: #363B59;
}
// switch
.ant-switch {
background-color: @deriveColor_dark;
}
.ant-switch-checked {
background-color: @primaryColor;
}
.ant-switch-loading-icon, .ant-switch::after {
background-color: #ffffff;
}
Expand Down

0 comments on commit 09370ad

Please sign in to comment.