mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
10 lines
140 B
TypeScript
10 lines
140 B
TypeScript
export default defineAppConfig({
|
|
ui: {
|
|
primary: 'sky',
|
|
button: {
|
|
slots: {
|
|
base: 'font-semibold'
|
|
}
|
|
}
|
|
}
|
|
}) |