fix: theming
This commit is contained in:
parent
5bc4fb382b
commit
4e2ea42195
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -24,7 +24,7 @@ const ThemeLight = {
|
|||
|
||||
error: "#fa5252",
|
||||
onError: "#ffffff",
|
||||
errorContainer: "##fa5252",
|
||||
errorContainer: "#fa5252",
|
||||
onErrorContainer: "#ffffff",
|
||||
|
||||
warn: "#f59f00",
|
||||
|
|
Loading…
Add table
Reference in a new issue