Skip to content

Commit

Permalink
fix(searchbox): Add missing color to searchbox input field (#3086)
Browse files Browse the repository at this point in the history
fix #3075
  • Loading branch information
SenseException authored and bobylito committed Sep 3, 2018
1 parent b766a4c commit 62b852a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/css/theme/_search-box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
appearance: none;
font: inherit;
background: $white;
color: $black;
display: inline-block;
border: 1px solid #D4D8E3;
border-radius: $border-radius;
Expand Down
1 change: 1 addition & 0 deletions src/css/theme/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $font-size: 12px;
// | COLORS |
// +--------+
$white: #FFFFFF;
$black: #000000;
$light-blue: #3E82F7;
$blue: #3369E7;
$dark-blue: #184ECD;
Expand Down

0 comments on commit 62b852a

Please sign in to comment.