Skip to content

Commit

Permalink
feat: add round radius to b2b-theme (#2739)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald committed Feb 1, 2023
1 parent 861b54a commit 63f57ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/young-shrimps-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@marigold/theme-b2b": minor
---

feat: add round radi to b2b-theme
1 change: 1 addition & 0 deletions themes/theme-b2b/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const theme: Theme = {
small: 2,
medium: 4,
large: 8,
round: '1e5px',
},
fonts: {
body: 'Inter',
Expand Down

0 comments on commit 63f57ec

Please sign in to comment.