Skip to content

Commit

Permalink
style: remove max-width for buttons
Browse files Browse the repository at this point in the history
If we want specific sizes for buttons we should add new variants. I
think for now we shouldn't constain the size of the buttons rather let
them either fill the space given by the parent or be as large as they
need to be as dictated by their children.
  • Loading branch information
rosejbon committed Aug 17, 2023
1 parent eac519d commit e313001
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/design-system/components/Button/Button.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
box-sizing: border-box;
user-select: none;
min-height: 34px;
max-width: 300px;
border-radius: 17px;
padding: 0 var(--space-s);
border-style: solid;
Expand Down

0 comments on commit e313001

Please sign in to comment.