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.
sx
Dialog.Header
1 parent dc98814 commit ff35460Copy full SHA for ff35460
.changeset/witty-kangaroos-beg.md
@@ -0,0 +1,5 @@
1
+---
2
+'@primer/react': patch
3
4
+
5
+Bugfix: Dialog.Header ignored the sx provided
src/Dialog/Dialog.tsx
@@ -342,6 +342,7 @@ const Header = styled.div<SxProp>`
342
padding: ${get('space.2')};
343
z-index: 1;
344
flex-shrink: 0;
345
+ ${sx};
346
`
347
348
const Title = styled.h1<SxProp>`
0 commit comments