fix: deal editor drawer size changed

This commit is contained in:
2025-08-25 19:37:53 +04:00
parent e5602551c5
commit cc5ccf86a4

View File

@ -22,7 +22,7 @@ const DealEditorDrawer: FC<DrawerProps<Props>> = ({
return (
<Drawer
size={isMobile ? "100%" : "60%"}
size={isMobile ? "100%" : "40%"}
position={"right"}
onClose={onClose}
removeScrollProps={{ allowPinchZoom: true }}