File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/ui/src/components/input Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const Input = React.forwardRef<HTMLInputElement, InputProps>(
1010 < input
1111 type = { type }
1212 className = { classNames (
13- "flex px-4 w-full font-thin transition-all duration-200 text-[13px] text-gray-12 bg-gray-1 border-gray-4 outline-0 focus:bg-gray-2" ,
13+ "flex px-4 w-full font-thin transition-all duration-200 text-[16px] md:text-[ 13px] text-gray-12 bg-gray-1 border-gray-4 outline-0 focus:bg-gray-2" ,
1414 "rounded-xl hover:bg-gray-2 autofill:bg-gray-1 hover:border-gray-5 h-[44px] placeholder:text-gray-8 border-[1px] focus:border-gray-5" ,
1515 "file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none" ,
1616 "disabled:cursor-not-allowed disabled:bg-gray-2 disabled:text-gray-8 disabled:placeholder:text-gray-8 placeholder:transition-all" ,
You can’t perform that action at this time.
0 commit comments