diff options
| author | Henry Jameson <me@hjkos.com> | 2019-07-07 00:54:17 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-07-07 00:54:17 +0300 |
| commit | 020c6d1bcfaf67ccb9ecdab13a39a1ddea868bb6 (patch) | |
| tree | 2c4d29afd542e288ad1907609a1b12c7c0719e31 /src/components/style_switcher/style_switcher.vue | |
| parent | 1ec4caa0bbea18854a8a7bccaa7e2a0ea8bdf79e (diff) | |
all the manual fixes
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) }} |
