update footer BS height & enhnace custom split bill BS styles
This commit is contained in:
@@ -122,7 +122,7 @@ export function CancelOrderBottomSheet() {
|
||||
>
|
||||
<Button
|
||||
type="primary"
|
||||
style={{ width: "100%", height: 50, color: "#FFF" }}
|
||||
style={{ width: "100%", height: 48, color: "#FFF" }}
|
||||
onClick={handleKeepOrder}
|
||||
>
|
||||
{t("order.keepOrder")}
|
||||
@@ -132,7 +132,7 @@ export function CancelOrderBottomSheet() {
|
||||
type="primary"
|
||||
style={{
|
||||
width: "100%",
|
||||
height: 50,
|
||||
height: 48,
|
||||
color: "#ea1f22",
|
||||
borderColor: "#ea1f22",
|
||||
backgroundColor: "#fff",
|
||||
|
||||
Reference in New Issue
Block a user