mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 22:11:43 +01:00
feat(Switch): form integration (#48)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -68,7 +68,8 @@ export default (config: { colors: string[] }) => ({
|
||||
|
||||
disabled: {
|
||||
true: {
|
||||
container: 'cursor-not-allowed opacity-75'
|
||||
base: 'cursor-not-allowed opacity-75',
|
||||
label: 'cursor-not-allowed opacity-75'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user