File tree Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -115,11 +115,6 @@ watchEffect(() => {
115
115
text
116
116
severity =" secondary"
117
117
rounded
118
- :pt =" {
119
- icon: {
120
- class: 'text-muted-color',
121
- },
122
- }"
123
118
/>
124
119
</div >
125
120
<!-- User Dropdown Menu -->
@@ -128,15 +123,11 @@ watchEffect(() => {
128
123
id =" user-menu-btn"
129
124
text
130
125
severity =" secondary"
126
+ :label =" $page.props.auth.user.name"
127
+ icon =" pi pi-angle-down"
128
+ iconPos =" right"
131
129
@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
+ />
140
131
<div
141
132
id =" user-menu-append"
142
133
class =" relative"
Original file line number Diff line number Diff line change 1
- import Preset from '@primevue/themes/lara ' ;
1
+ import Preset from '@primevue/themes/aura ' ;
2
2
import { definePreset } from '@primevue/themes' ;
3
3
4
4
const customThemePreset = definePreset ( Preset , {
You can’t perform that action at this time.
0 commit comments