From f3a98a1d1399ccdbe90d0608a0bfd270e5d9afef Mon Sep 17 00:00:00 2001 From: Yiran Mao Date: Fri, 18 Aug 2017 23:25:25 -0400 Subject: [PATCH] feat(button): rebase branch with #1156 and revert the modifier class change --- demos/button.html | 12 ++++++------ packages/mdc-button/README.md | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/demos/button.html b/demos/button.html index dbe57da65ea..d4027334d59 100644 --- a/demos/button.html +++ b/demos/button.html @@ -128,7 +128,7 @@

Ripple Enabled

- @@ -155,7 +155,7 @@

Ripple Enabled

- @@ -182,7 +182,7 @@

Ripple Enabled

- @@ -210,7 +210,7 @@

CSS Only

- @@ -237,7 +237,7 @@

CSS Only

- @@ -264,7 +264,7 @@

CSS Only

- diff --git a/packages/mdc-button/README.md b/packages/mdc-button/README.md index 791ef714356..97defad4017 100644 --- a/packages/mdc-button/README.md +++ b/packages/mdc-button/README.md @@ -89,10 +89,10 @@ with and have no visual interaction effect. MDC Buttons have a default baseline color, but it is also possible to adopt the application's primary or secondary color by adding the `mdc-button--primary` or -`mdc-button--secondary` modifier. +`mdc-button--accent` modifier. ```html - ``` @@ -137,4 +137,4 @@ The provided modifiers are: | `mdc-button--dense` | Compresses the button text to make it slightly smaller. | | `mdc-button--compact` | Reduces the amount of horizontal padding in the button. | | `mdc-button--primary` | Colors the button with the primary color. | -| `mdc-button--secondary` | Colors the button with the secondary color. | +| `mdc-button--accent` | Colors the button with the secondary color. |