Nuxt UI prop
I am trying to make item labels in NavigationMenu component (Nuxt UI Free) bigger. But it doesn't work for me, so I tried debugging with Button element:
<UButton :ui="{ label: 'text-3xl' }">Test Button</UButton>
Why this doesn't work?
<UButton :ui="{ label: 'text-3xl' }">Test Button</UButton>
Why this doesn't work?
