Skip to content

Commit

Permalink
fix(input): small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
andresz1 committed Jun 19, 2023
1 parent 41b4630 commit 300a5b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/components/input/src/Input.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { cva, VariantProps } from 'class-variance-authority'
export const inputStyles = cva(
[
'h-sz-44',
'box-border',
'outline-none',
'text-ellipsis',
'peer',
Expand Down
2 changes: 1 addition & 1 deletion packages/components/input/src/InputGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const InputGroup = forwardRef<HTMLDivElement, PropsWithChildren<InputGrou
) : (
cloneElement(input as ReactElement, {
intent,
content: (
elements: (
<>
{isLeftElementVisible && left}

Expand Down

0 comments on commit 300a5b6

Please sign in to comment.