Skip to content

Commit

Permalink
fix: updated button height
Browse files Browse the repository at this point in the history
  • Loading branch information
tiankongldp committed Aug 29, 2024
1 parent c902b32 commit 4844fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/Profile/PasswordUpdateSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ function updatePassword() {
<CustomInput v-model="form.current_password" label="Aktualne hasło" type="password" name="password" :error="errors.current_password" />
<CustomInput v-model="form.password" label="Nowe hasło" type="password" name="password" :error="errors.password" />
<CustomInput v-model="form.password_confirmation" label="Potwierdź nowe hasło" type="password" name="password" :error="errors.password_confirmation" />
<button type="submit" class="bg-primary text-white font-bold py-4 rounded-lg">Zmień hasło</button>
<button type="submit" class="bg-primary text-white font-bold py-3 rounded-lg">Zmień hasło</button>
</form>
</template>

0 comments on commit 4844fa1

Please sign in to comment.