Material UI useStyles importing from a different class for theming

前端 未结 0 386
一整个雨季
一整个雨季 2021-02-02 00:24

Currently I have the following code in the beginning of my every react js file

const useStyles = (theme) => ({
  paper: {
    marginTop: theme.spacing(8),
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题