Skip to content

Commit

Permalink
fix: removed conditional class on readonly matching disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Gururajj77 committed Oct 18, 2024
1 parent f43eaba commit dea3128
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function ListBoxSelection({
`${prefix}--tag--filter`,
`${prefix}--tag--high-contrast`,
{
[`${prefix}--tag--disabled`]: disabled || readOnly,
[`${prefix}--tag--disabled`]: disabled,
}
);

Expand Down

0 comments on commit dea3128

Please sign in to comment.