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.
1 parent 1df122c commit 274a66dCopy full SHA for 274a66d
src/components/experimental/Button/Button.tsx
@@ -76,6 +76,7 @@ const ButtonStyled = styled(BaseButton)<{ $emphasis: Emphasis }>`
76
77
display: inline-flex;
78
align-items: center;
79
+ justify-content: center;
80
gap: ${get('space.2')};
81
border: none;
82
outline: none;
0 commit comments