1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-31 19:19:41 +02:00

documentation

This commit is contained in:
Hayden 2020-12-24 19:32:49 -09:00
parent beed8576c2
commit e5304f0589
24 changed files with 119 additions and 132 deletions

View file

@ -1,6 +1,6 @@
<template>
<v-card>
<v-card-title class="card-title mt-1"> Theme Settings </v-card-title>
<v-card-title class="secondary white--text"> Theme Settings </v-card-title>
<v-card-text>
<p>
Select a theme from the dropdown or create a new theme. Note that the
@ -44,15 +44,15 @@
<v-col>
<ColorPicker button-text="Primary" v-model="activeTheme.primary" />
</v-col>
<v-col>
<ColorPicker button-text="Accent" v-model="activeTheme.accent" />
</v-col>
<v-col>
<ColorPicker
button-text="Secondary"
v-model="activeTheme.secondary"
/>
</v-col>
<v-col>
<ColorPicker button-text="Accent" v-model="activeTheme.accent" />
</v-col>
<v-col>
<ColorPicker button-text="Success" v-model="activeTheme.success" />
</v-col>