Skip to content

Commit 7498ccc

Browse files
committed
fix(button): fix focus outline on flat button
1 parent c459344 commit 7498ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Button/Button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const StyledButton = styled.button`
5959
`}
6060
&:focus:after, &:active:after {
6161
${!active && !isDisabled && focusOutline}
62-
outline-offset: -6px;
62+
outline-offset: -4px;
6363
}
6464
`
6565
: variant === 'menu'

0 commit comments

Comments
 (0)