Skip to content

Commit

Permalink
fix(switch): background color on dark backgrounds (#2944)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfellerph authored Apr 15, 2024
1 parent 741959b commit 9b85500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/styles/src/components/form-check.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@

.form-switch {
.form-check-input {
background-color: transparent;
height: form-check.$form-switch-height;
width: form-check.$form-switch-width;
border: 0;
Expand Down

0 comments on commit 9b85500

Please sign in to comment.