diff --git a/.changeset/orange-pumas-develop.md b/.changeset/orange-pumas-develop.md new file mode 100644 index 00000000000..c199573854a --- /dev/null +++ b/.changeset/orange-pumas-develop.md @@ -0,0 +1,5 @@ +--- +'@primer/react': patch +--- + +Fix invalid hover outline variant of the Button component diff --git a/src/Button/Button.stories.tsx b/src/Button/Button.stories.tsx index a9ba2b3d64a..965058f8895 100644 --- a/src/Button/Button.stories.tsx +++ b/src/Button/Button.stories.tsx @@ -50,6 +50,14 @@ export const invisibleButton = (args: ButtonProps) => { ) } +export const outlineButton = (args: ButtonProps) => { + return ( + + ) +} + export const iconBeforeButton = (args: ButtonProps) => { return (