Skip to content

Commit

Permalink
fix(theming): set input default color to currentColor in input theme (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jimitndiaye authored and kara committed Sep 19, 2016
1 parent e901f42 commit fa78f72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ md-input {
// The Material input should match whatever background it is above.
background: transparent;

// If background matches current background then so should the color for proper contrast
color: currentColor;

// By default, <input> has a padding, border, outline and a default width.
border: none;
outline: none;
Expand Down

0 comments on commit fa78f72

Please sign in to comment.