width of form changed

This commit is contained in:
Kakabay 2024-10-17 17:28:39 +05:00
parent e81cd21510
commit e8a3ae1106
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ const SmsForm: React.FC = () => {
return (
<form
onSubmit={handleSubmit}
className="bg-lightSurface rounded-[24px] p-[40px] w-fit flex flex-col gap-[24px] shadow-lightBoxShadow1">
className="bg-lightSurface rounded-[24px] p-[40px] w-[530px] flex flex-col gap-[24px] shadow-lightBoxShadow1">
<h1 className="text-display3 font-[500] leading-display3 ">Koduňyzy giriziň</h1>
<div className="flex flex-col gap-[8px]">
{/* <h2 className="text-textBasebase font-medium leading-textBase">Промокод</h2> */}