mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 06:51:46 +01:00
@@ -73,6 +73,14 @@ export default (options: Required<ModuleOptions>) => ({
|
||||
},
|
||||
loading: {
|
||||
true: ''
|
||||
},
|
||||
active: {
|
||||
true: {
|
||||
base: ''
|
||||
},
|
||||
false: {
|
||||
base: ''
|
||||
}
|
||||
}
|
||||
},
|
||||
compoundVariants: [...(options.theme.colors || []).map((color: string) => ({
|
||||
|
||||
Reference in New Issue
Block a user