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

@@ -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",

View File

@@ -277,7 +277,7 @@ export default function DatePickerBottomSheet({
<Button
type="primary"
style={{ width: "100%", height: 50, marginTop: 10 }}
style={{ width: "100%", height: 48, marginTop: 10 }}
onClick={handleConfirm}
>
{t("common.confirm")}

View File

@@ -50,7 +50,7 @@ export function InfoButtonSheet({
<ProText type="secondary" style={{textAlign:"center"}}>{description}</ProText>
</div>
<br />
<Button type="primary" style={{ width: "100%", boxShadow: "none" }} onClick={handleSave}>
<Button type="primary" style={{ width: "100%", boxShadow: "none", height: 48 }} onClick={handleSave}>
{t("address.gotIt")}
</Button>
</ProBottomSheet>

View File

@@ -62,5 +62,5 @@
.actionButton {
flex: 1;
height: 50px;
height: 48px;
}

View File

@@ -205,7 +205,7 @@ export function OpeningTimesBottomSheet({
</div>
<Button
type="primary"
style={{ width: "100%", height: 50 }}
style={{ width: "100%", height: 48 }}
onClick={onClose}
>
{t("menu.close")}

View File

@@ -231,7 +231,7 @@ export function RateBottomSheet() {
type="primary"
style={{
width: "100%",
height: 50,
height: 48,
color: colors.primary,
borderColor: colors.primary,
backgroundColor: "#fff",

View File

@@ -70,7 +70,7 @@ export function TipBottomSheet({
<Button
type="primary"
style={{ width: "100%", height: 50 }}
style={{ width: "100%", height: 48 }}
onClick={handleSave}
>
{t("cart.addTip")}