mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 18:30:35 +01:00
refactor(module)!: implement design system with CSS variables (#2298)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<ClientOnly v-if="!colorMode?.forced">
|
||||
<UButton
|
||||
:icon="isDark ? appConfig.ui.icons.dark : appConfig.ui.icons.light"
|
||||
color="gray"
|
||||
color="neutral"
|
||||
variant="ghost"
|
||||
v-bind="{
|
||||
...$attrs
|
||||
|
||||
Reference in New Issue
Block a user