Remove default font-weight declaration

This commit is contained in:
jeffvli
2022-12-10 01:57:39 -08:00
parent 70c6a5e7c6
commit 42afc2b9f5
@@ -34,7 +34,6 @@ const StyledButton = styled(MantineButton)<StyledButtonProps>`
return '';
}
}};
font-weight: normal;
background: ${(props) => {
switch (props.variant) {
case 'default':