Skip to content

Commit

Permalink
changed the backgroun color
Browse files Browse the repository at this point in the history
  • Loading branch information
joel6948 committed Apr 2, 2024
1 parent fb4629f commit f2f5055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/forms/_form-range.scss
Expand Up @@ -29,7 +29,7 @@
height: $form-range-thumb-height;
margin-top: ($form-range-track-height - $form-range-thumb-height) * .5; // Webkit specific
appearance: none;
@include gradient-bg($form-range-thumb-bg);
background: linear-gradient(to right, #000 0%, #000 50%, #FFF 50%, #FFF 100%);
border: $form-range-thumb-border;
@include border-radius($form-range-thumb-border-radius);
@include box-shadow($form-range-thumb-box-shadow);
Expand Down

0 comments on commit f2f5055

Please sign in to comment.