Skip to content

Commit

Permalink
Update color-themes.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
DAnn2012 committed Sep 6, 2020
1 parent 216603f commit 5322d51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kitchen-sink/vue/src/pages/color-themes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
<f7-block strong>
<p>Framework7 comes with {{colors.length}} color themes set.</p>
<f7-row>
<f7-col width="33" tabletWidth="25" desktopWidth="20" v-for="(color, index) in colors" :key="index">
<f7-col width="33" medium="25" large="20" v-for="(color, index) in colors" :key="index">
<f7-button fill round small class="demo-color-picker-button" :color="color" @click="setColorTheme(color)">{{color}}</f7-button>
</f7-col>
<f7-col width="33" tabletWidth="25" desktopWidth="20" />
<f7-col width="33" tabletWidth="25" desktopWidth="20" />
<f7-col width="33" tabletWidth="25" desktopWidth="20" />
<f7-col width="33" medium="25" large="20" />
<f7-col width="33" medium="25" large="20" />
<f7-col width="33" medium="25" large="20" />
</f7-row>
</f7-block>
<f7-block-title medium>Custom Color Theme</f7-block-title>
Expand Down

0 comments on commit 5322d51

Please sign in to comment.