mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 15:01:46 +01:00
@@ -34,10 +34,17 @@ export default (config: { colors: string[] }) => ({
|
||||
checked: {
|
||||
true: {
|
||||
icon: 'group-data-[state=checked]:opacity-100'
|
||||
},
|
||||
false: {
|
||||
}
|
||||
},
|
||||
unchecked: {
|
||||
true: {
|
||||
icon: 'group-data-[state=unchecked]:opacity-100'
|
||||
}
|
||||
},
|
||||
loading: {
|
||||
true: {
|
||||
icon: 'animate-spin'
|
||||
}
|
||||
}
|
||||
},
|
||||
defaultVariants: {
|
||||
|
||||
Reference in New Issue
Block a user