Merge pull request #1463 from bluewave-labs/hotfix/fe/theme

neuter -> neutral
This commit is contained in:
Alexander Holliday
2024-12-23 10:42:53 -08:00
committed by GitHub
+1 -1
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",