🎨 style: adjust disabled hover text color

This commit is contained in:
Wahyu Kurniawan 2024-02-20 23:34:20 +07:00
parent 3a085a79ae
commit a5bce0cda2
No known key found for this signature in database
GPG Key ID: 040A1549143A8E33

View File

@ -54,7 +54,7 @@ export const getCheckboxVariant = tv({
disabled: { disabled: {
true: { true: {
wrapper: ['cursor-not-allowed'], wrapper: ['cursor-not-allowed'],
indicator: ['group-hover:text-current'], indicator: ['group-hover:text-transparent'],
input: [ input: [
'group-hover:border-border-interactive/[0.14]', 'group-hover:border-border-interactive/[0.14]',
'group-hover:bg-controls-disabled', 'group-hover:bg-controls-disabled',