Skip to content

Commit

Permalink
rix(react-ui-lib): input focus
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Jun 26, 2024
1 parent a53022e commit fd73432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-ui-lib/src/ui/input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const InputLike = uic('div', {
flex items-center min-h-10 w-full rounded-md border border-input bg-background p-2 text-sm ring-offset-background max-w-md
file:border-0 file:bg-transparent file:text-sm file:font-medium
placeholder:text-muted-foreground
focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2
focus-within:outline-none focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2
disabled:cursor-not-allowed
disabled:opacity-50
`,
Expand Down

0 comments on commit fd73432

Please sign in to comment.