Skip to content

Commit

Permalink
Update designSizes.ts with new border radius values
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTRy committed Dec 24, 2023
1 parent 6a7a680 commit 2f92924
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/design/theme/designSizes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ export const fontSizes = {
};

export const borderRadius = {
xxs: '2px',
xs: '4px',
sm: '6px',
md: '8px',
lg: '12px',
xl: '16px',
xxl: '20px',
xxs: 4 + 'px',
xs: 8 + 'px',
sm: 12 + 'px',
md: 16 + 'px',
lg: 24 + 'px',
xl: 32 + 'px',
xxl: 40 + 'px',
xxxl: '32px',
complete: '50px',
};

0 comments on commit 2f92924

Please sign in to comment.