Answers for "update the theme color and the background-color property live"

0

update the theme color and the background-color property live

const useStyles = makeStyles(theme => ({
  root: props => ({
    backgroundColor: props.backgroundColor,
    color: theme.color,
  }),
}));
Posted by: Guest on August-18-2021

Code answers related to "update the theme color and the background-color property live"

Browse Popular Code Answers by Language