manage restaurant fix design bug
This commit is contained in:
@@ -77,7 +77,7 @@ export const ManageRestaurant: FC = () => {
|
|||||||
{t('restaurant.manage')}
|
{t('restaurant.manage')}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className='bg-white rounded-3xl xl:p-6 p-4 mt-8 text-sm'>
|
<div className='bg-white rounded-3xl xl:p-6 p-4 xl:pb-0 pb-0 mt-8 text-sm'>
|
||||||
<div className='mt-4'>
|
<div className='mt-4'>
|
||||||
<div className='mb-6'>
|
<div className='mb-6'>
|
||||||
<div className='text-base font-medium mb-2'>
|
<div className='text-base font-medium mb-2'>
|
||||||
@@ -116,9 +116,9 @@ export const ManageRestaurant: FC = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className='mt-4 flex justify-end'>
|
<div className='mt-4 flex justify-center'>
|
||||||
<Button
|
<Button
|
||||||
className='xl:w-fit px-7'
|
className='xl:w-fit px-16'
|
||||||
onClick={() => formik.handleSubmit()}
|
onClick={() => formik.handleSubmit()}
|
||||||
isLoading={createDmenuRestaurant.isPending}
|
isLoading={createDmenuRestaurant.isPending}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user