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.
ButtonBase
1 parent 916ed95 commit a5d7fe3Copy full SHA for a5d7fe3
.changeset/chilly-phones-explode.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/react": patch
3
4
+
5
+Bug fix: `ButtonBase` sx base styles leaking into CSS modules feat flag
packages/react/src/Button/ButtonBase.tsx
@@ -118,7 +118,7 @@ const ButtonBase = forwardRef(
118
>
119
<Box
120
as={Component}
121
- sx={sxStyles}
+ sx={sxProp}
122
aria-disabled={loading ? true : undefined}
123
{...rest}
124
ref={innerRef}
0 commit comments