Skip to content

Commit

Permalink
fix: update spacing in MethodCard component
Browse files Browse the repository at this point in the history
  • Loading branch information
bolariin committed Jul 6, 2024
1 parent e9d06db commit 718080a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fifty-waves-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/discount-app-components': patch
---

Update spacing in MethodCard component
2 changes: 1 addition & 1 deletion src/components/MethodCard/MethodCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function MethodCard({
<Box paddingBlockEnd="400">
<Card padding="400">
<BlockStack gap="400">
<InlineStack align="start" blockAlign="center" gap="100">
<InlineStack align="space-between" blockAlign="center">
<Text variant="headingMd" as="h2">
{title}
</Text>
Expand Down

0 comments on commit 718080a

Please sign in to comment.