diff --git a/src/components/SortableChipsField/SortableChipsField.tsx b/src/components/SortableChipsField/SortableChipsField.tsx index 2f621f71e..da00bceae 100644 --- a/src/components/SortableChipsField/SortableChipsField.tsx +++ b/src/components/SortableChipsField/SortableChipsField.tsx @@ -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) },