Skip to content

Commit da0a70e

Browse files
committed
style: update input component styles for consistency
1 parent 7323919 commit da0a70e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/input.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ export function Input({
1616
return (
1717
<Glass
1818
className={cn(
19-
"inline-flex w-full items-center gap-2.5", // 10 px gap
19+
"inline-flex w-full items-center gap-2.5",
2020
'border border-white/50',
21-
"px-6 py-3", // padding 24 x - 12 y
22-
"rounded-full", // 60 px border radius
21+
"px-6 py-3",
22+
"rounded-full", //"rounded-buttonsM", is not working
2323
"bg-background-blur backdrop-blur-xl",
2424
containerClassName
2525
)}
@@ -35,7 +35,7 @@ export function Input({
3535
placeholder={inputProps.placeholder ?? undefined}
3636
className={cn(
3737
"w-full bg-transparent border-none outline-none",
38-
"text-sm leading-5 font-normal", // 14px / 20px / tracking 0.25
38+
"typo-body-small",
3939
"text-text-primary placeholder:text-text-secondary",
4040
className
4141
)}

0 commit comments

Comments
 (0)