cart & checkout: UI enhacnements

This commit is contained in:
2025-12-25 21:13:25 +03:00
parent 90e729cdce
commit ce9092d634
24 changed files with 167 additions and 86 deletions

View File

@@ -88,7 +88,7 @@ const PaymentMethods = () => {
}}
size="large"
>
<Space orientation="vertical" style={{ width: "100%" }}>
<Space orientation="vertical" style={{ width: "100%", gap: 16 }}>
{options.map((option) => (
<div key={option.value}>
<Radio
@@ -96,7 +96,7 @@ const PaymentMethods = () => {
value={option.value}
onClick={() => onPaymentSelect(option.value)}
style={{
height: 50,
height: 48,
borderRadius: 888,
border: "1px solid #DDD",
padding: 16,