We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91216bd commit bd417e9Copy full SHA for bd417e9
site/src/components/Input/Input.tsx
@@ -13,7 +13,7 @@ export const Input = forwardRef<
13
<input
14
type={type}
15
className={cn(
16
- `flex h-9 w-full rounded-md border border-border border-solid bg-transparent px-3 py-1
+ `flex h-10 w-full rounded-md border border-border border-solid bg-transparent px-3
17
text-base shadow-sm transition-colors
18
file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-content-primary
19
placeholder:text-content-secondary
0 commit comments