Skip to content

Commit

Permalink
enhancement: Label display for disabled input
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulbasithqb committed Mar 3, 2024
1 parent 52fd018 commit 5b56c27
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 5b56c27

Please # to comment.