Skip to content

Commit

Permalink
Merge pull request #274 from eugenioenko/fix/form-input-user-selectio…
Browse files Browse the repository at this point in the history
…n-highlight-color

fix: form input user selection highlight color in dark mode
  • Loading branch information
josemarluedke authored Feb 27, 2024
2 parents 296aead + fbf0c9a commit 62eb3cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/theme/src/components/forms/form-field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const input = tv({
'focus:ring',
'focus:outline-none',
'focus:border-primary-400',
'selection:bg-content3',
'disabled:border-default-200 disabled:text-default-500',
'aria-invalid:border-danger-400',
'aria-invalid:focus:ring-danger-400'
Expand Down

0 comments on commit 62eb3cb

Please sign in to comment.