Fix sortable chip style (#1091)

This commit is contained in:
Dawid Tarasiuk 2021-05-04 10:45:58 +02:00 committed by GitHub
parent 2a21609eae
commit e2a80e4758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
},