ui changes

This commit is contained in:
Ilgeldi 2025-04-04 15:28:14 +05:00
parent 52b75b5c19
commit f37f4bd024
1 changed files with 9 additions and 1 deletions

View File

@ -84,7 +84,15 @@ const LotteryRulesSection = ({ show = true, data }: IProps) => {
Gatnaşyjylaryň sany: Gatnaşyjylaryň sany:
</h1> </h1>
<div className="bg-lightSurfaceContainer flex flex-1 items-center justify-center gap-4 px-4 py-[12px] rounded-[12px]"> <div className="bg-lightSurfaceContainer flex flex-1 items-center justify-center gap-4 px-4 py-[12px] rounded-[12px]">
<p className="text-[24px]">{totalParticipants}</p> <p
className={clsx(
data?.data.rules?.length > 3
? "text-[28px] sm:text-[56px] md:text-[80px]"
: "text-[24px]"
)}
>
{totalParticipants}
</p>
</div> </div>
</div> </div>