fix button

This commit is contained in:
hamid zarghami
2025-12-16 15:00:18 +03:30
parent b383e54c88
commit 7bd15fce31
2 changed files with 24 additions and 23 deletions
@@ -85,7 +85,7 @@ export const SummarySection = ({ cartModal, onToggleCartModal, deliveryType }: S
return (
<>
<section className="">
<div className="py-3 pb-10">
<div className="py-3 pb-28">
<div className='w-full flex justify-between items-center gap-2'>
<h3 className="text-sm2 font-medium leading-5 inline-block">{t("SectionSummary.Title")}</h3>
<button
@@ -116,7 +116,9 @@ export const SummarySection = ({ cartModal, onToggleCartModal, deliveryType }: S
<span className='font-medium '>{t("SectionSummary.TotalLabel")}</span>
<span className='font-bold place-self-end'>{formatPrice(total)} T</span>
</div>
<Button onClick={handleSubmit} className='mt-6'>
</div>
<div className='fixed bottom-0 left-0 right-0 z-50 bg-white dark:bg-background border-t border-border p-4 w-full'>
<Button onClick={handleSubmit} className='px-10 w-full'>
{t("ButtonSubmit")}
</Button>
</div>