Skip to content

Commit

Permalink
Stylelint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Oct 29, 2023
1 parent 11c8576 commit d377eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/component/form/_search-form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
}

&__control {
border: 0;
background-color: transparent;
border: 0;
color: color('text', 'form');
flex-grow: 2;
font-size: config('font-size', $form-control);
Expand Down

0 comments on commit d377eb6

Please sign in to comment.