Customize links font size in Header component of Nuxt UI Pro
I am using the Header component of Nuxt UI Pro (in the Nuxt UI Pro SaaS template) . The default font sizes are too small so I am using the "ui" property on the component to customize the component. It works fine for the logo but I can't make it work for for the center (which is where Header links are used if I understood correctly).
<UHeader :links="links" :ui="{ logo: 'text-2xl items-center', center: 'text-2xl' }">
Does anyone know how to customize the header links size font?
<UHeader :links="links" :ui="{ logo: 'text-2xl items-center', center: 'text-2xl' }">
Does anyone know how to customize the header links size font?
