From 442f75744e8c995a721f0f0f1e7d0b240edd01a7 Mon Sep 17 00:00:00 2001 From: Jeremy Elbourn Date: Tue, 23 Jan 2018 16:22:17 -0800 Subject: [PATCH] Revert "fix(button): incorrect text color when no color is passed in on dark theme" This reverts commit cd2b6df2b1d75ee3ee635cdb1fbdcbea25670a91. --- src/lib/button/_button-theme.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/button/_button-theme.scss b/src/lib/button/_button-theme.scss index 3007134f5fdf..661cb8015bec 100644 --- a/src/lib/button/_button-theme.scss +++ b/src/lib/button/_button-theme.scss @@ -77,7 +77,6 @@ .mat-button, .mat-icon-button { background: transparent; - color: mat-color($foreground, text); @include _mat-button-focus-color($theme); @include _mat-button-theme-color($theme, 'color');