Skip to content

Commit

Permalink
feat(input): switch to cursor default
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoruiz committed Jul 27, 2023
1 parent 8bdbdfb commit 34ff8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/input/src/Input.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const inputStyles = cva(
'autofill:shadow-[inset_0_0_0px_1000px]',
'disabled:cursor-not-allowed',
'disabled:bg-on-surface/dim-5 disabled:text-on-surface/dim-3',
'read-only:cursor-text',
'read-only:cursor-default',
'read-only:border-on-surface/dim-3 read-only:bg-on-surface/dim-5',
],
{
Expand Down

0 comments on commit 34ff8dd

Please sign in to comment.