mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
12 lines
190 B
TypeScript
12 lines
190 B
TypeScript
export default defineAppConfig({
|
|
ui: {
|
|
button: {
|
|
base: 'font-semibold',
|
|
variants: {
|
|
color: {
|
|
pink: 'bg-pink-500 text-white'
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}) |