Skip to content

Commit 032c108

Browse files
committed
small design cleanup
1 parent d1870c0 commit 032c108

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

resources/js/Layouts/AuthenticatedLayout.vue

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,6 @@ watchEffect(() => {
115115
text
116116
severity="secondary"
117117
rounded
118-
:pt="{
119-
icon: {
120-
class: 'text-muted-color',
121-
},
122-
}"
123118
/>
124119
</div>
125120
<!-- User Dropdown Menu -->
@@ -128,15 +123,11 @@ watchEffect(() => {
128123
id="user-menu-btn"
129124
text
130125
severity="secondary"
126+
:label="$page.props.auth.user.name"
127+
icon="pi pi-angle-down"
128+
iconPos="right"
131129
@click="toggleUserMenu($event)"
132-
>
133-
<span class="text-muted-color">
134-
{{ $page.props.auth.user.name }}
135-
</span>
136-
<i
137-
class="pi pi-angle-down text-muted-color"
138-
></i>
139-
</Button>
130+
/>
140131
<div
141132
id="user-menu-append"
142133
class="relative"

resources/js/theme-preset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Preset from '@primevue/themes/lara';
1+
import Preset from '@primevue/themes/aura';
22
import { definePreset } from '@primevue/themes';
33

44
const customThemePreset = definePreset(Preset, {

0 commit comments

Comments
 (0)