Skip to content

Commit

Permalink
fix: remove max-width to fix uncentered text (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaiwattsw authored Aug 1, 2022
1 parent a50bd06 commit 4b53d38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/button/button.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ const BaseButtonStyles = css`
fill: inherit;
cursor: inherit;
font-family: inherit;
max-width: 300px;
}
:host(:hover) {
background: ${buttonPrimaryHoverBackground};
Expand Down

0 comments on commit 4b53d38

Please sign in to comment.