Skip to content

Commit

Permalink
fix: change the fontSize back to medium
Browse files Browse the repository at this point in the history
  • Loading branch information
haideralsh committed Nov 22, 2024
1 parent 14e24df commit d38b505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const WrapperButton = styled.button<ButtonProps>(
display: "inline-flex",
justifyContent: "center",
alignItems: "center",
fontSize: theme.fontSizes.base,
fontSize: theme.fontSizes.medium,
fontWeight: theme.fontWeights.medium,
textDecoration: "none",
verticalAlign: "middle",
Expand Down

0 comments on commit d38b505

Please sign in to comment.