Skip to content

Commit

Permalink
update sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
S3bastianCZ committed Mar 5, 2025
1 parent f64c459 commit a3ecf09
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ const circleSizeMap = {
const iconSizeMap = {
'extra-small': '',
small: '2rem',
medium: '3rem',
large: '9rem',
small: '1.6rem',
medium: '3.2rem',
large: '4.8rem',
}
const strokeWidthMap = {
'extra-small': 2,
small: 4,
medium: 6,
large: 10,
large: 16,
}
const fontClasses = {
Expand Down

0 comments on commit a3ecf09

Please sign in to comment.