Skip to content

Commit

Permalink
🆙 🔖 use inherited color $input-color variable instead of `$controls…
Browse files Browse the repository at this point in the history
…-color`
  • Loading branch information
ashfahan committed Mar 13, 2021
1 parent 89233cf commit a247fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
width: 100%;
border-color: $input-bordercolor;
appearance: none;
color: $controls-color;
color: $input-color;
background-color: $input-background;
box-shadow: box-shadow($input-boxshadow-inner);

Expand Down
1 change: 1 addition & 0 deletions src/settings/components/_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
//
// Inherit
//
$input-color: $controls-color !default;
$input-valid-classname: $valid-classname !default;
$input-error-classname: $error-classname !default;

Expand Down

0 comments on commit a247fcc

Please sign in to comment.