refactor: change font size for main text

main
Josue 4 years ago committed by Tsu-ba-me
parent 306ca7c4f9
commit 5c90a05882
  1. 2
      striker-ui/components/Text/HeaderText.tsx

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

Loading…
Cancel
Save