mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
16 lines
258 B
TypeScript
16 lines
258 B
TypeScript
export default defineAppConfig({
|
|
ui: {
|
|
primary: 'sky',
|
|
button: {
|
|
base: 'font-semibold',
|
|
variants: {
|
|
color: {
|
|
toto: 'bg-pink-500 text-white'
|
|
}
|
|
}
|
|
},
|
|
container: {
|
|
base: 'max-w-5xl'
|
|
}
|
|
}
|
|
}) |