enhnace styles

This commit is contained in:
2025-12-26 00:00:29 +03:00
parent a87d1d7716
commit 86c12e2c53
3 changed files with 3 additions and 2 deletions

View File

@@ -42,7 +42,6 @@ export function OrderTypesBottomSheet({
isOpen={isOpen}
onClose={onClose}
title={t("menu.orderTypes")}
showCloseButton={false}
initialSnap={1}
height={calculatedHeight}
snapPoints={[calculatedHeight.toString()]}

View File

@@ -216,6 +216,8 @@ const orderSlice = createSlice({
action.payload.gift,
action.payload.toRoom,
action.payload.toOffice,
action.payload.is_schedule_order_enabled,
action.payload.is_booking_enabled,
].filter(Boolean).length;
state.hiddenServices = state.totalServices - state.visibleServices;
if (typeof window !== "undefined") {

View File

@@ -34,7 +34,7 @@ export default function CustomerInformationCard() {
/>
</Form.Item>
</div>
<div style={{ position: "relative", top: -30 }}>
<div style={{ position: "relative", top: -35 }}>
<ProPhoneInput label={t("login.phone")} propName="phone" />
</div>
</ProInputCard>