Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
WIP update FAB markup in theme demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth G. Franqueiro committed May 15, 2018
1 parent a2b0996 commit 28978f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demos/theme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,8 @@ <h3 class="mdc-typography--headline5 demo-component-section__heading">
<div class="demo-fab-tile__title">Default</div>
<div class="demo-fab-tile__snippet mdc-typography--body1">Secondary theme color</div>
</figcaption>
<button class="mdc-fab material-icons demo-fab" aria-label="Favorite">
<span class="mdc-fab__icon">
<button class="mdc-fab demo-fab" aria-label="Favorite">
<span class="mdc-fab__icon material-icons">
favorite_border
</span>
</button>
Expand All @@ -488,8 +488,8 @@ <h3 class="mdc-typography--headline5 demo-component-section__heading">
<div class="demo-fab-tile__title">Mini</div>
<div class="demo-fab-tile__snippet mdc-typography--body1"><code>mdc-fab--mini</code></div>
</figcaption>
<button class="mdc-fab mdc-fab--mini material-icons demo-fab" aria-label="Favorite">
<span class="mdc-fab__icon">
<button class="mdc-fab mdc-fab--mini demo-fab" aria-label="Favorite">
<span class="mdc-fab__icon material-icons">
favorite_border
</span>
</button>
Expand Down

0 comments on commit 28978f8

Please sign in to comment.