Skip to content

Commit

Permalink
Merge pull request #6 from abdulbasithqb/enhancement/disabled-input
Browse files Browse the repository at this point in the history
enhancement: Label display for disabled input
  • Loading branch information
abdulbasithqb committed Mar 3, 2024
2 parents b13e155 + 5b56c27 commit 74e647b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const input: InputStylesType = {
color: "peer-placeholder-shown:text-blue-gray-500",
lineHeight: "leading-tight peer-focus:leading-tight",
disabled:
"peer-disabled:text-transparent peer-disabled:peer-placeholder-shown:text-blue-gray-500",
"peer-disabled:peer-placeholder-shown:text-blue-gray-500",
transition: "transition-all",
},
icon: {
Expand Down

0 comments on commit 74e647b

Please sign in to comment.