From d41d9fb4d2a1b4e978943582f6bc6f6f2eed339c Mon Sep 17 00:00:00 2001 From: Katie Langerman <18661030+langermank@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:19:18 +0000 Subject: [PATCH 1/2] fix --- packages/react/src/Button/ButtonBase.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/Button/ButtonBase.tsx b/packages/react/src/Button/ButtonBase.tsx index f64137b8433..752525b1ad9 100644 --- a/packages/react/src/Button/ButtonBase.tsx +++ b/packages/react/src/Button/ButtonBase.tsx @@ -118,7 +118,7 @@ const ButtonBase = forwardRef( > Date: Fri, 1 Nov 2024 12:20:35 -0700 Subject: [PATCH 2/2] Create chilly-phones-explode.md --- .changeset/chilly-phones-explode.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/chilly-phones-explode.md diff --git a/.changeset/chilly-phones-explode.md b/.changeset/chilly-phones-explode.md new file mode 100644 index 00000000000..1733d38765a --- /dev/null +++ b/.changeset/chilly-phones-explode.md @@ -0,0 +1,5 @@ +--- +"@primer/react": patch +--- + +Bug fix: `ButtonBase` sx base styles leaking into CSS modules feat flag