diff --git a/.changeset/calm-moons-serve.md b/.changeset/calm-moons-serve.md new file mode 100644 index 00000000000..7d67233221b --- /dev/null +++ b/.changeset/calm-moons-serve.md @@ -0,0 +1,5 @@ +--- +'@primer/react': patch +--- + +Button: Fixes the style override issue when size is explicitly specified as medium diff --git a/src/Button/Button.dev.stories.tsx b/src/Button/Button.dev.stories.tsx index 0bb4d6d99b7..f995b8f4869 100644 --- a/src/Button/Button.dev.stories.tsx +++ b/src/Button/Button.dev.stories.tsx @@ -38,6 +38,14 @@ export const TestSxProp = () => { const count = 4 return (
+