Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 4b53d38

Browse files
authored
fix: remove max-width to fix uncentered text (#385)
1 parent a50bd06 commit 4b53d38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/button/button.styles.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ const BaseButtonStyles = css`
8585
fill: inherit;
8686
cursor: inherit;
8787
font-family: inherit;
88-
max-width: 300px;
8988
}
9089
:host(:hover) {
9190
background: ${buttonPrimaryHoverBackground};

0 commit comments

Comments
 (0)