diff --git a/src/components/layout/PreferencesRow.vue b/src/components/layout/PreferencesRow.vue index 0acfca3..717339b 100644 --- a/src/components/layout/PreferencesRow.vue +++ b/src/components/layout/PreferencesRow.vue @@ -52,7 +52,7 @@ function notImplemented() { {{ t('common.nav.theme') }} - + {{ t('common.nav.themeLight') }} {{ t('common.nav.themeDark') }} {{ t('common.nav.themeSystem') }} @@ -71,7 +71,7 @@ function notImplemented() { {{ t('common.nav.language') }} - + {{ l.flag }}{{ l.name }} @@ -106,7 +106,7 @@ function notImplemented() { - + {{ t('common.nav.themeLight') }} {{ t('common.nav.themeDark') }} {{ t('common.nav.themeSystem') }} @@ -129,7 +129,7 @@ function notImplemented() { - + {{ l.flag }}{{ l.name }} diff --git a/src/modules/base/components/ProfileSettings.vue b/src/modules/base/components/ProfileSettings.vue index 735a39a..fed1828 100644 --- a/src/modules/base/components/ProfileSettings.vue +++ b/src/modules/base/components/ProfileSettings.vue @@ -30,9 +30,7 @@ - + diff --git a/src/modules/market/components/CreateProductDialog.vue b/src/modules/market/components/CreateProductDialog.vue index 17d536d..dd5b505 100644 --- a/src/modules/market/components/CreateProductDialog.vue +++ b/src/modules/market/components/CreateProductDialog.vue @@ -136,7 +136,6 @@ :show-primary-button="true" :disabled="isCreating" :allow-camera="true" - :compress="true" placeholder="Add product photos" />