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,
|
color: colors.primary,
|
||||||
},
|
},
|
||||||
batteryOptimizationAlert: {
|
batteryOptimizationAlert: {
|
||||||
backgroundColor: colors.errorContainer || colors.surfaceVariant,
|
backgroundColor: colors.surfaceVariant,
|
||||||
padding: 15,
|
padding: 15,
|
||||||
borderRadius: 6,
|
borderRadius: 6,
|
||||||
marginBottom: 15,
|
marginBottom: 15,
|
||||||
|
|
|
@ -24,7 +24,7 @@ const ThemeLight = {
|
||||||
|
|
||||||
error: "#fa5252",
|
error: "#fa5252",
|
||||||
onError: "#ffffff",
|
onError: "#ffffff",
|
||||||
errorContainer: "##fa5252",
|
errorContainer: "#fa5252",
|
||||||
onErrorContainer: "#ffffff",
|
onErrorContainer: "#ffffff",
|
||||||
|
|
||||||
warn: "#f59f00",
|
warn: "#f59f00",
|
||||||
|
|
Loading…
Add table
Reference in a new issue