@@ -200,24 +183,12 @@ export default function Content({
{timeSlots.map((time) => (
diff --git a/src/pages/cart/components/timeEstimate/Dialog.tsx b/src/pages/cart/components/timeEstimate/Dialog.tsx
index 2e1e50e..43bda2f 100644
--- a/src/pages/cart/components/timeEstimate/Dialog.tsx
+++ b/src/pages/cart/components/timeEstimate/Dialog.tsx
@@ -1,4 +1,4 @@
-import { Button, Modal } from "antd";
+import { Modal } from "antd";
import { useTranslation } from "react-i18next";
import Content from "pages/cart/components/timeEstimate/Content.tsx";
@@ -23,11 +23,7 @@ export function Dialog({
title={t("cart.selectTimeEstimate")}
open={isOpen}
onCancel={onClose}
- footer={[
- ,
- ]}
+ footer={[]}
width={500}
destroyOnHidden
>
diff --git a/src/pages/cart/components/timeEstimate/TimeEstimateCard.module.css b/src/pages/cart/components/timeEstimate/TimeEstimateCard.module.css
new file mode 100644
index 0000000..c1b970a
--- /dev/null
+++ b/src/pages/cart/components/timeEstimate/TimeEstimateCard.module.css
@@ -0,0 +1,27 @@
+.timeButton {
+ height: 32px !important;
+ width: 100% !important;
+ border-radius: 888px !important;
+ font-weight: 600 !important;
+ font-size: 16 !important;
+ border: none;
+ background-color: rgba(95, 108, 123, 0.05);
+ color: rgba(95, 108, 123, 1);
+ box-shadow: none;
+}
+
+.toggleButton {
+ height: 32px !important;
+ border-radius: 888px !important;
+ font-weight: 600 !important;
+ font-size: 16 !important;
+ border: none;
+ background-color: rgba(95, 108, 123, 0.05);
+ color: rgba(95, 108, 123, 1);
+ box-shadow: none;
+}
+
+.active {
+ background-color: rgba(255, 183, 0, 0.12) !important;
+ color: rgba(204, 147, 0, 1) !important;
+}
diff --git a/src/pages/checkout/components/BriefMenu.tsx b/src/pages/checkout/components/BriefMenu.tsx
index 81909df..e325fe4 100644
--- a/src/pages/checkout/components/BriefMenu.tsx
+++ b/src/pages/checkout/components/BriefMenu.tsx
@@ -11,8 +11,6 @@ import styles from "../../address/address.module.css";
export default function BriefMenu() {
const { tables, items } = useAppSelector(selectCart);
const { t } = useTranslation();
- const { isRTL } = useAppSelector((state) => state.locale);
-
const orderType = useMemo(() => localStorage.getItem("orderType"), []);
const menuItems = useMemo(
diff --git a/src/pages/split-bill/page.tsx b/src/pages/split-bill/page.tsx
index 731aab1..943f097 100644
--- a/src/pages/split-bill/page.tsx
+++ b/src/pages/split-bill/page.tsx
@@ -128,7 +128,7 @@ export default function SplitBillPage() {
backgroundColor: themeName === "light" ? "white" : ProBlack2,
}}
>
-
+