Skip to content

Commit

Permalink
Merge pull request #10081 from kb0304/bugfix-10057
Browse files Browse the repository at this point in the history
[FIX] Wrong switch button border color
  • Loading branch information
rodrigok authored Mar 26, 2018
2 parents 79b4526 + 1f9a983 commit 13c6f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rocketchat-theme/client/imports/forms/switch.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
& .rc-switch__input {
&:checked {
& + .rc-switch__button {
border-color: #1757B7;
border-color: var(--button-primary-background);
background-color: var(--button-primary-background);
}
}
Expand Down

0 comments on commit 13c6f83

Please sign in to comment.