diff --git a/src/Button/Button.tsx b/src/Button/Button.tsx index cb2886014..e171ba896 100644 --- a/src/Button/Button.tsx +++ b/src/Button/Button.tsx @@ -34,7 +34,7 @@ const WrapperButton = styled.button( display: "inline-flex", justifyContent: "center", alignItems: "center", - fontSize: theme.fontSizes.base, + fontSize: theme.fontSizes.medium, fontWeight: theme.fontWeights.medium, textDecoration: "none", verticalAlign: "middle",