Fix sortable chip style (#1091)
This commit is contained in:
parent
2a21609eae
commit
e2a80e4758
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import SortableContainer from "./SortableContainer";
|
|||
const useStyles = makeStyles(
|
||||
theme => ({
|
||||
chip: {
|
||||
background: "#fff",
|
||||
background: theme.palette.background.paper,
|
||||
color: theme.palette.primary.dark,
|
||||
marginBottom: theme.spacing(1)
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue