mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 09:50:33 +01:00
refactor(module)!: implement design system with CSS variables (#2298)
This commit is contained in:
@@ -8,7 +8,7 @@ export default defineNuxtConfig({
|
||||
app: {
|
||||
rootAttrs: {
|
||||
'vaul-drawer-wrapper': '',
|
||||
'class': 'bg-[--background]'
|
||||
'class': 'bg-[--ui-bg]'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user