Skip to content

Commit

Permalink
fix: update cursor style in textarea component
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Dec 20, 2023
1 parent 3a6e680 commit 470e418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/components/textarea/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default plugin.withOptions(
},
//Textarea
[`.${prefix}textarea`]: {
[`@apply ${prefix}focus w-${config.textarea.width} enabled:cursor-default cursor-not-allowed`]:
[`@apply ${prefix}focus w-${config.textarea.width} enabled:cursor-text cursor-not-allowed`]:
{},
//Focus:label:float
[`&:focus-visible ~ .${prefix}label-float`]: {
Expand Down

0 comments on commit 470e418

Please sign in to comment.