placeholder for the code changed

This commit is contained in:
Kakabay 2025-01-29 18:56:20 +05:00
parent 5f15114f96
commit 7f59cab5c5
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ const LotteryAuthForm = () => {
value={code} value={code}
onChange={handleCodeChange} onChange={handleCodeChange}
className="px-[16px] py-[12px] bg-lightPrimaryContainer rounded-[12px] outline-none text-lightOnSurfaceVariant text-textSmall leading-textSmall" className="px-[16px] py-[12px] bg-lightPrimaryContainer rounded-[12px] outline-none text-lightOnSurfaceVariant text-textSmall leading-textSmall"
placeholder="5-0105639808" placeholder="C5-0105639808"
required required
id="code" id="code"
/> />