Files
ui/playground/app.config.ts
2024-03-06 20:09:05 +01:00

13 lines
212 B
TypeScript

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