We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed701be commit 32c6870Copy full SHA for 32c6870
.changeset/slimy-pandas-turn.md
@@ -0,0 +1,5 @@
1
+---
2
+'@primer/react': patch
3
4
+
5
+Replaced space-small with base-size-6
packages/react/src/Banner/Banner.tsx
@@ -264,7 +264,7 @@ const StyledBanner = styled.div`
264
}
265
266
&[data-title-hidden=''] .BannerContent {
267
- margin-block: var(--space-small, 0.375rem);
+ margin-block: var(--base-size-6, 0.375rem);
268
269
270
@media screen and (min-width: 544px) {
0 commit comments