update footer BS height & enhnace custom split bill BS styles

This commit is contained in:
2025-12-28 10:34:13 +03:00
parent b261f3508f
commit 85636630e3
18 changed files with 203 additions and 162 deletions

View File

@@ -325,14 +325,15 @@ export function EqualltyChoiceBottomSheet({
color: "#DD4143",
boxShadow: "none",
border: "none",
height: 48,
}}
onClick={handleRemoveSplitWay}
>
{t("splitBill.removeSplit")}
{t("splitBill.cancelSplit")}
</Button>
<Button
type="primary"
style={{ flex: 1, boxShadow: "none" }}
style={{ flex: 1, boxShadow: "none", height: 48 }}
onClick={handleSave}
>
{t("cart.save")}