diff --git a/frontend/components/Domain/Household/HouseholdPreferencesEditor.vue b/frontend/components/Domain/Household/HouseholdPreferencesEditor.vue index e8520e34a..ea1df3670 100644 --- a/frontend/components/Domain/Household/HouseholdPreferencesEditor.vue +++ b/frontend/components/Domain/Household/HouseholdPreferencesEditor.vue @@ -1,9 +1,8 @@ {{ $t("profile.household-description") }} - - + + - +
- + {{ $t("general.update") }}
diff --git a/frontend/pages/user/profile/edit.vue b/frontend/pages/user/profile/edit.vue index 60caf823d..69a570282 100644 --- a/frontend/pages/user/profile/edit.vue +++ b/frontend/pages/user/profile/edit.vue @@ -64,6 +64,7 @@ @@ -72,18 +73,24 @@ :label="$t('user.username')" required validate-on="blur" + density="comfortable" + variant="underlined" /> @@ -115,6 +122,8 @@ :type="showPassword ? 'text' : 'password'" :append-icon="showPassword ? $globals.icons.eye : $globals.icons.eyeOff" :rules="[validators.minLength(1)]" + density="comfortable" + variant="underlined" @click:append="showPassword = !showPassword" />