Skip to content

Commit 4c94db7

Browse files
bolariindevisscher
authored andcommitted
fix: update spacing in MethodCard component
1 parent 8d15cc1 commit 4c94db7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/fifty-waves-glow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/discount-app-components': patch
3+
---
4+
5+
Update spacing in MethodCard component

src/components/MethodCard/MethodCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export function MethodCard({
7777
<Box paddingBlockEnd="400">
7878
<Card padding="400">
7979
<BlockStack gap="400">
80-
<InlineStack align="start" blockAlign="center" gap="100">
80+
<InlineStack align="space-between" blockAlign="center">
8181
<Text variant="headingMd" as="h2">
8282
{title}
8383
</Text>

0 commit comments

Comments
 (0)