Skip to content

Commit

Permalink
fix: #2775 Fix opacity modifier for disabled selection (#2776)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekxio committed Jan 29, 2024
1 parent 1fb30a6 commit 65b13a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/styled/select.css
Expand Up @@ -67,7 +67,7 @@
&-disabled,
&:disabled,
&[disabled] {
@apply border-base-200 bg-base-200 placeholder-base-content cursor-not-allowed text-opacity-20 placeholder-opacity-20;
@apply border-base-200 bg-base-200 placeholder-base-content text-base-content cursor-not-allowed text-opacity-20 placeholder-opacity-20;
}
&-multiple,
&[multiple],
Expand Down

0 comments on commit 65b13a8

Please sign in to comment.