refactor: adjust the size of all headers to a h4 type

main
Josue 4 years ago committed by Tsu-ba-me
parent ff10555b5a
commit 82121508f3
  1. 2
      striker-ui/components/Text/HeaderText.tsx

@ -9,7 +9,7 @@ const WhiteTypography = withStyles({
})(Typography);
const HeaderText = ({ text }: { text: string }): JSX.Element => {
return <WhiteTypography variant="h5">{text}</WhiteTypography>;
return <WhiteTypography variant="h4">{text}</WhiteTypography>;
};
export default HeaderText;

Loading…
Cancel
Save