Skip to content

Commit

Permalink
chore(components): removed padding on tertiary button (#4146)
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Gfeller <[email protected]>
  • Loading branch information
schaertim and gfellerph authored Dec 4, 2024
1 parent 43c0f13 commit f854d6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tricky-crews-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@swisspost/design-system-documentation': patch
---

Added ´btn-link´ class to remove inline padding.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export function render(args: Args) {
? html` <div class="form-footer-primary-actions">${primaryButton} ${secondaryButton}</div> `
: null}
${args.showTertiaryButton
? html`<button class="btn btn-tertiary">
? html`<button class="btn btn-link">
<post-icon aria-hidden="true" name="${args.tertiaryButtonIcon}"></post-icon
>${args.tertiaryButtonText}
</button>`
Expand Down

0 comments on commit f854d6e

Please sign in to comment.