Skip to content

Commit

Permalink
Merge branch 'refactor/update-banner-to-css-modules' of github.com:pr…
Browse files Browse the repository at this point in the history
…imer/react into refactor/update-banner-to-css-modules
  • Loading branch information
joshblack committed Sep 16, 2024
2 parents 0d22244 + c42a412 commit 4bf2a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/Banner/Banner.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
.BannerContainer {
font-size: var(--text-body-size-medium);
align-items: start;
line-height: var(--text-body-lineHeight-medium));
line-height: var(--text-body-lineHeight-medium);
row-gap: var(--base-size-4);
column-gap: var(--base-size-4);
}
Expand Down

0 comments on commit 4bf2a22

Please sign in to comment.