mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 15:31:46 +01:00
11 lines
163 B
TypeScript
11 lines
163 B
TypeScript
export default defineAppConfig({
|
|
ui: {
|
|
primary: 'sky',
|
|
button: {
|
|
base: 'font-semibold'
|
|
},
|
|
container: {
|
|
base: 'max-w-5xl'
|
|
}
|
|
}
|
|
}) |