fix: what i messed up with bottomsheet
This commit is contained in:
@@ -108,7 +108,7 @@ function OrderTrackingPage() {
|
||||
visible={bottomSheet1State}
|
||||
showCloseButton={false}
|
||||
showTitle={false}
|
||||
overrideClassName='!pt-6'
|
||||
overrideClassName='!pt-6 bg-container!'
|
||||
>
|
||||
<div className='grid grid-cols-2 gap-4 px-4'>
|
||||
<Button
|
||||
@@ -135,7 +135,7 @@ function OrderTrackingPage() {
|
||||
showTitle={false}
|
||||
title='آدرس'
|
||||
onClick={toggleCancelModal}
|
||||
overrideClassName='pt-1!'
|
||||
overrideClassName='pt-1! bg-container!'
|
||||
>
|
||||
<div className='px-4'>
|
||||
<div className='px-4 mt-2 bg-container flex flex-col gap-6'>
|
||||
|
||||
@@ -176,7 +176,7 @@ function OrderTrackingPage() {
|
||||
visible={bottomSheet1State}
|
||||
showCloseButton={false}
|
||||
showTitle={false}
|
||||
overrideClassName='!pt-6'
|
||||
overrideClassName='!pt-6 bg-container!'
|
||||
>
|
||||
<div className='grid grid-cols-2 gap-4 px-4'>
|
||||
<Button
|
||||
@@ -201,6 +201,7 @@ function OrderTrackingPage() {
|
||||
visible={bottomSheet2State}
|
||||
title='آدرس'
|
||||
onClick={toggleBottomSheet2}
|
||||
overrideClassName='bg-container!'
|
||||
>
|
||||
<form action={submitAddressAction}>
|
||||
<div className='px-4'>
|
||||
|
||||
Reference in New Issue
Block a user