diff --git a/src/lib/input/input.scss b/src/lib/input/input.scss index 799cacc73828..19bdefd6d3c2 100644 --- a/src/lib/input/input.scss +++ b/src/lib/input/input.scss @@ -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, has a padding, border, outline and a default width. border: none; outline: none;