styles changed
This commit is contained in:
parent
bd98311ea6
commit
a9b0ede046
|
|
@ -90,7 +90,7 @@ const PrizeCard = ({
|
|||
<Image
|
||||
width={416}
|
||||
height={248}
|
||||
src={image ? image : '/prize.jpg'}
|
||||
src={image ? image : '/gift-placeholder.png'}
|
||||
alt="prize"
|
||||
className="h-full w-full"
|
||||
/>
|
||||
|
|
@ -113,7 +113,7 @@ const PrizeCard = ({
|
|||
className="px-[24px] py-[10px] w-full md:w-fit text-textSmall leading-textSmall -tracking-[-1%] font-medium bg-lightPrimary text-lightOnPrimary rounded-[40px]"
|
||||
onClick={handleDialogOpen}
|
||||
disabled={choosePrizeMutation.isLoading}>
|
||||
{choosePrizeMutation.isLoading ? 'Loading...' : 'Выбрать'}
|
||||
{choosePrizeMutation.isLoading ? 'Loading...' : 'Saýla'}
|
||||
</button>
|
||||
</DialogTrigger>
|
||||
|
||||
|
|
@ -127,7 +127,7 @@ const PrizeCard = ({
|
|||
<DialogFooter>
|
||||
<DialogClose asChild>
|
||||
<button className="px-[24px] py-[10px] w-full text-textSmall leading-textSmall -tracking-[-1%] font-medium bg-lightPrimary text-lightOnPrimary rounded-[40px]">
|
||||
Закрыть
|
||||
Ýapmak
|
||||
</button>
|
||||
</DialogClose>
|
||||
</DialogFooter>
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ const SmsForm: React.FC = () => {
|
|||
return (
|
||||
<form
|
||||
onSubmit={handleSubmit}
|
||||
className="bg-lightSurface rounded-[24px] p-[40px] w-[530px] flex flex-col gap-[24px] shadow-lightBoxShadow1">
|
||||
className="bg-lightSurfaceContainer rounded-[24px] p-[40px] w-[530px] flex flex-col gap-[24px] ">
|
||||
<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> */}
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
Loading…
Reference in New Issue