update footer BS height & enhnace custom split bill BS styles
This commit is contained in:
@@ -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")}
|
||||
|
||||
Reference in New Issue
Block a user