menu: enhnace styles

This commit is contained in:
2025-12-30 01:39:58 +03:00
parent a64f92d1fd
commit dd11665743

View File

@@ -8,7 +8,6 @@ import PickupIcon from "components/Icons/PickupIcon";
import SendGiftIcon from "components/Icons/SendGiftIcon";
import ToOfficeIcon from "components/Icons/ToOfficeIcon";
import ToRoomIcon from "components/Icons/ToRoomIcon";
import ProTitle from "components/ProTitle";
import { updateOrderType } from "features/order/orderSlice";
import { OrderType } from "pages/checkout/hooks/types.ts";
import { useTranslation } from "react-i18next";
@@ -17,6 +16,7 @@ import { useGetRestaurantDetailsQuery } from "redux/api/others";
import { useAppDispatch, useAppSelector } from "redux/hooks";
import styles from "./restaurant.module.css";
import ScheduleOrderIcon from "components/Icons/ScheduleOrderIcon";
import ProText from "components/ProText";
export default function RestaurantServices() {
const { t } = useTranslation();
@@ -218,18 +218,18 @@ export default function RestaurantServices() {
}}
>
{s?.icon}
<ProTitle
level={5}
<ProText
style={{
fontWeight: 500,
fontSize: 14,
lineHeight: "140%",
letterSpacing: "0%",
verticalAlign: "middle",
color: "#434E5C"
}}
>
{s?.title}
</ProTitle>
</ProText>
</div>
{isRTL ? (