Skip to content

Commit

Permalink
Change demo buttons to raised
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckh committed Sep 29, 2016
1 parent 0af476f commit f281770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ <h3>4. Standard Toolbar, On Change save to local storage, Show HTML, Default hei
on-change="saveChange"
>
</polymer-quill>
<paper-button id="disableToggleButtton4" type="button" name="button" on-tap="disableToggle">Disable</paper-button>
<paper-button id="getHtmlButtton4" type="button" name="button" on-tap="getHTML">Get HTML</paper-button>
<paper-button id="disableToggleButtton4" type="button" name="button" on-tap="disableToggle" raised>Disable</paper-button>
<paper-button id="getHtmlButtton4" type="button" name="button" on-tap="getHTML" raised>Get HTML</paper-button>
<script>
// var app = document.querySelector('template[is="dom-bind"]');
var app = document.querySelector('#app4');
Expand Down

0 comments on commit f281770

Please sign in to comment.