diff options
Diffstat (limited to 'src/components/style_switcher/style_switcher.vue')
| -rw-r--r-- | src/components/style_switcher/style_switcher.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/style_switcher/style_switcher.vue b/src/components/style_switcher/style_switcher.vue index 97dba99d..d24394a4 100644 --- a/src/components/style_switcher/style_switcher.vue +++ b/src/components/style_switcher/style_switcher.vue @@ -24,6 +24,7 @@ > <option v-for="style in availableStyles" + :key="style.name" :value="style" :style="{ backgroundColor: style[1] || style.theme.colors.bg, @@ -463,6 +464,7 @@ > <option v-for="shadow in shadowsAvailable" + :key="shadow" :value="shadow" > {{ $t('settings.style.shadows.components.' + shadow) }} |
