Skip to content

Commit

Permalink
Update button.pcss (#2532)
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank authored Jan 24, 2024
1 parent d5b4d84 commit 316e0f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/weak-walls-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/view-components": patch
---

- add min-width to Button
1 change: 1 addition & 0 deletions app/components/primer/beta/button.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
transition-property: color, fill, background-color, border-color;
text-align: center;
min-height: var(--control-medium-size);
min-width: fit-content;
padding: 0 var(--control-medium-paddingInline-normal);
display: inline-flex;
flex-direction: row;
Expand Down

0 comments on commit 316e0f4

Please sign in to comment.