fix: theming

This commit is contained in:
devthejo 2025-07-03 17:53:40 +02:00
parent 5bc4fb382b
commit 4e2ea42195
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -24,7 +24,7 @@ const ThemeLight = {
error: "#fa5252",
onError: "#ffffff",
errorContainer: "##fa5252",
errorContainer: "#fa5252",
onErrorContainer: "#ffffff",
warn: "#f59f00",