feat(Switch): form integration (#48)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Romain Hamel
2024-04-08 12:15:18 +02:00
committed by GitHub
parent 2dfaea580a
commit ebb7c074af
5 changed files with 54 additions and 76 deletions

View File

@@ -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'
}
},