export default defineAppConfig({ ui: { button: { base: 'font-semibold', variants: { color: { pink: 'bg-pink-500 text-white' } } } } })