File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ) }
You can’t perform that action at this time.
0 commit comments