We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b939c68 commit d2b105aCopy full SHA for d2b105a
packages/extension-chakra-storefront/src/components/order-summary/index.jsx
@@ -121,7 +121,7 @@ const OrderSummary = ({
121
const hasShippingPromos = shippingItem?.priceAdjustments?.length > 0
122
123
return (
124
- <Stack data-testid="sf-order-summary" gap={5}>
+ <Stack data-testid="sf-order-summary" gap="5">
125
<Heading fontSize={fontSize} pt="1" id="order-summary-heading">
126
<FormattedMessage
127
defaultMessage="Order Summary"
@@ -248,7 +248,7 @@ const OrderSummary = ({
248
) : (
249
<Separator w="full" />
250
)}
251
- <Stack gap={4} w="full">
+ <Stack gap="4" w="full">
252
<Flex
253
w="full"
254
justifyContent="space-between"
0 commit comments