@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- (**General**) Preserve refresh token (UI Login) over sessions
|
- (**General**) Preserve refresh token (UI Login) over sessions
|
||||||
|
- (**General**) Reduce base font size
|
||||||
- (**Theme**) Improve automatic theme background colors
|
- (**Theme**) Improve automatic theme background colors
|
||||||
- (**Theme**) Adjust "primary color" of dynamic color theme on manga pages
|
- (**Theme**) Adjust "primary color" of dynamic color theme on manga pages
|
||||||
- (**Theme**) Increase max length of custom theme names to 32 (previously 16)
|
- (**Theme**) Increase max length of custom theme names to 32 (previously 16)
|
||||||
|
|||||||
@@ -199,6 +199,10 @@ export const createTheme = (
|
|||||||
deepmerge(appColorTheme, {
|
deepmerge(appColorTheme, {
|
||||||
defaultColorScheme: mode,
|
defaultColorScheme: mode,
|
||||||
direction,
|
direction,
|
||||||
|
typography: {
|
||||||
|
fontSize: 13,
|
||||||
|
...appTheme.muiTheme.typography,
|
||||||
|
},
|
||||||
components: {
|
components: {
|
||||||
...appTheme.muiTheme.components,
|
...appTheme.muiTheme.components,
|
||||||
MuiUseMediaQuery: {
|
MuiUseMediaQuery: {
|
||||||
|
|||||||
Reference in New Issue
Block a user