|
|
|
@ -13,7 +13,7 @@ function Code({ codeId, setCodeId, userId, factorId }) { |
|
|
|
|
<form className="flex w-full flex-row border border-red52 border-solid rounded-xl my-3 overflow-hidden"> |
|
|
|
|
<input |
|
|
|
|
type="text" |
|
|
|
|
className="border-0 flex-1 text-right pr-3 font-medium text-tiny bg-white placeholder:text-blue5F dark:text-white" |
|
|
|
|
className="border-0 flex-1 text-right pr-3 font-medium text-tiny bg-white outline-none placeholder:text-blue5F dark:text-white" |
|
|
|
|
placeholder={"کد تخفیف دارید ؟"} |
|
|
|
|
/> |
|
|
|
|
<button className={"py-4 px-6 text-tiny bg-red52 text-white border border-red52 border-solid"} onClick={setOff}>ثبت کد</button> |
|
|
|
|