Skip to content

Commit

Permalink
[docs] Change color to palette (mui#23046)
Browse files Browse the repository at this point in the history
  • Loading branch information
mockingjet authored Oct 14, 2020
1 parent 5c9c976 commit 58ff09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/styles/api/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import { makeStyles, createStyles } from '@material-ui/core/styles';

const useStyles = makeStyles((theme: Theme) => createStyles({
root: {
backgroundColor: theme.color.red,
backgroundColor: theme.palette.red,
},
}));

Expand Down

0 comments on commit 58ff09c

Please sign in to comment.