fix paresh sidebar + set outline button cancel
This commit is contained in:
@@ -125,7 +125,7 @@ const OrderActions: FC<OrderActionsProps> = ({
|
||||
label='لغو سفارش'
|
||||
onClick={handleCancelOrder}
|
||||
isloading={isChangingStatus && loadingAction === 'cancelOrder'}
|
||||
className='bg-red-600 hover:bg-red-700'
|
||||
className='bg-transparent border border-red-500 text-red-500 hover:bg-red-50'
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user