Skip to content

Commit

Permalink
Fixing placeholder color
Browse files Browse the repository at this point in the history
  • Loading branch information
mkruskal-google authored and chalin committed Oct 10, 2022
1 parent edea3a6 commit e1486b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/scss/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
@if $enable-rounded {
border-radius: 1rem;
}
}

font-family: $font-family-base;
.td-search-wrapper .td-search-input::placeholder {
color: $input-placeholder-color;
}

.td-search-wrapper .fa {
Expand Down

0 comments on commit e1486b9

Please sign in to comment.