neuter -> neutral

This commit is contained in:
Alex Holliday
2024-12-23 10:42:24 -08:00
parent ef6e97796f
commit 10d91334d8

View File

@ -48,7 +48,7 @@ const baseTheme = (palette) => ({
props: (props) => props.variant === "group",
style: {
/* color: theme.palette.secondary.contrastText, */
color: theme.palette.neuter.contrastText,
color: theme.palette.neutral.contrastText,
backgroundColor: theme.palette.background.main,
border: 1,
borderStyle: "solid",