Skip to content

Commit

Permalink
Add gap="2" to Performance section in SummaryCard
Browse files Browse the repository at this point in the history
  • Loading branch information
bkspace authored and devisscher committed Sep 18, 2023
1 parent f99e49a commit 76758b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function Performance({
status === DiscountStatus.Active || status === DiscountStatus.Expired;

return (
<VerticalStack>
<VerticalStack gap="2">
<Text variant="headingXs" as="h3">
{i18n.translate('title', I18N_SCOPE)}
</Text>
Expand Down

0 comments on commit 76758b7

Please sign in to comment.