Skip to content

Commit

Permalink
feat: support utrecht.button.border-radius for Link Button
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Dec 27, 2024
1 parent 7a8910c commit 98c5396
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/large-laws-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@utrecht/link-button-css": minor
---

Support `utrecht.button.border-radius` for Link Button.
1 change: 1 addition & 0 deletions components/link-button/src/_mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
--utrecht-icon-size: var(--utrecht-button-icon-size, 1em);

align-items: center;
border-radius: var(--utrecht-button-border-radius, 0);
cursor: pointer;
display: inline-flex;
font-family: var(--utrecht-button-font-family, var(--utrecht-document-font-family));
Expand Down

0 comments on commit 98c5396

Please sign in to comment.