fix button
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user