diff --git a/src/button/_button.scss b/src/button/_button.scss index d809f4f7..380b8c5a 100644 --- a/src/button/_button.scss +++ b/src/button/_button.scss @@ -260,6 +260,10 @@ & .mdl-ripple { background: $button-secondary-color-alt; } + &.mdl-button--raised { + color: $button-secondary-color-alt; + background-color: $button-primary-color-alt; + } } .mdl-button--accent.mdl-button--accent { @@ -267,4 +271,8 @@ & .mdl-ripple { background: $button-fab-text-color-alt; } + &.mdl-button--raised { + color: $button-fab-text-color-alt; + background-color: $button-fab-color-alt; + } }