Answers for "how to use secondary color in material ui useStyle"

0

how to use secondary color in material ui useStyle

import { makeStyles } from '@material-ui/core/';
import { Typography } from '@material-ui/core';

const useStyles = makeStyles(theme => ({
      number: {
        color: theme.palette.secondary.main
      }
    }));
Posted by: Guest on June-18-2021

Code answers related to "how to use secondary color in material ui useStyle"

Code answers related to "Javascript"

Browse Popular Code Answers by Language