Skip to content

Commit 7b4a7a3

Browse files
committed
Merge branch 'master' of github.com:connorabbas/laravel-inertia-primevue into admin-develop
2 parents aaa42e9 + 8ed33c7 commit 7b4a7a3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

resources/js/Layouts/AuthenticatedLayout.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ watchEffect(() => {
111111
>
112112
<div>
113113
<ToggleDarkModeButton
114-
text
115114
severity="secondary"
115+
text
116116
rounded
117117
/>
118118
</div>
@@ -169,8 +169,8 @@ watchEffect(() => {
169169
<Drawer v-model:visible="mobileMenuOpen" position="right">
170170
<template #header>
171171
<ToggleDarkModeButton
172-
text
173172
severity="secondary"
173+
text
174174
rounded
175175
/>
176176
</template>

resources/js/Pages/Profile/Partials/DeleteUserForm.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ function focusPasswordInput() {
2828
<Dialog
2929
v-model:visible="modalOpen"
3030
:draggable="false"
31+
:dismissableMask="true"
3132
position="center"
3233
modal
3334
header="Are you sure you want to delete your account?"

0 commit comments

Comments
 (0)