mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 18:30:35 +01:00
chore: init
This commit is contained in:
12
app.config.ts
Normal file
12
app.config.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export default defineAppConfig({
|
||||
ui: {
|
||||
button: {
|
||||
base: 'font-semibold',
|
||||
variants: {
|
||||
color: {
|
||||
pink: 'bg-pink-500 text-white',
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user