ui changes

This commit is contained in:
Ilgeldi 2025-04-04 15:43:52 +05:00
parent f37f4bd024
commit b6fcb92c8d
1 changed files with 3 additions and 3 deletions

View File

@ -86,9 +86,9 @@ const LotteryRulesSection = ({ show = true, data }: IProps) => {
<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 <p
className={clsx( className={clsx(
data?.data.rules?.length > 3 data?.data.rules?.length > 4
? "text-[28px] sm:text-[56px] md:text-[80px]" ? `text-[28px] sm:text-[56px] md:text-[120px]`
: "text-[24px]" : "text-[24px] md:text-[32px]", "font-bold"
)} )}
> >
{totalParticipants} {totalParticipants}