Lighten automatic light theme background colors
This commit is contained in:
@@ -49,8 +49,8 @@ const getBackgroundColor = (
|
|||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
paper: lighten(theme.colorSchemes.light.palette.primary.dark, 0.8),
|
paper: lighten(theme.colorSchemes.light.palette.primary.dark, 0.7),
|
||||||
default: lighten(theme.colorSchemes.light.palette.primary.dark, 0.9),
|
default: lighten(theme.colorSchemes.light.palette.primary.dark, 0.8),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user