Skip to content

Commit bd417e9

Browse files
committed
fix: update input component to 40px height
1 parent 91216bd commit bd417e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Input/Input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const Input = forwardRef<
1313
<input
1414
type={type}
1515
className={cn(
16-
`flex h-9 w-full rounded-md border border-border border-solid bg-transparent px-3 py-1
16+
`flex h-10 w-full rounded-md border border-border border-solid bg-transparent px-3
1717
text-base shadow-sm transition-colors
1818
file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-content-primary
1919
placeholder:text-content-secondary

0 commit comments

Comments
 (0)