diff --git a/src/containers/PermissionWizard/HeroMode.js b/src/containers/PermissionWizard/HeroMode.js index 5c23a08..13bf4e2 100644 --- a/src/containers/PermissionWizard/HeroMode.js +++ b/src/containers/PermissionWizard/HeroMode.js @@ -690,7 +690,7 @@ const useStyles = createStyles(({ wp, hp, scaleText, theme: { colors } }) => ({ color: colors.primary, }, batteryOptimizationAlert: { - backgroundColor: colors.errorContainer || colors.surfaceVariant, + backgroundColor: colors.surfaceVariant, padding: 15, borderRadius: 6, marginBottom: 15, diff --git a/src/theme/app/Light.js b/src/theme/app/Light.js index 0b9d536..0aebe6e 100644 --- a/src/theme/app/Light.js +++ b/src/theme/app/Light.js @@ -24,7 +24,7 @@ const ThemeLight = { error: "#fa5252", onError: "#ffffff", - errorContainer: "##fa5252", + errorContainer: "#fa5252", onErrorContainer: "#ffffff", warn: "#f59f00",