From 3c49a1f0481fad0d8c0da397df7db6ca1d0bb3b2 Mon Sep 17 00:00:00 2001 From: Haider Alshamma Date: Fri, 22 Nov 2024 17:04:08 -0500 Subject: [PATCH] fix: change the fontSize back to medium --- src/Button/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",