master
tugcekucukoglu 2024-11-26 15:02:59 +03:00
parent dd19406dd3
commit b6a94b874e
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,7 @@ const MyPreset = definePreset(Aura, {
myCheckedDisabledBackground: '{primary.color}'
}
}
},
css: ({ dt }) => \`
css: ({ dt }) => \`
.p-toggleswitch.p-disabled .p-toggleswitch-slider {
opacity: \${dt('toggleswitch.my.disabled.opacity')};
}
@ -39,6 +38,7 @@ const MyPreset = definePreset(Aura, {
background: \${dt('toggleswitch.my.checked.disabled.background')};
}
\`
},
}
});
`