Updated DEFAULT_THEME in constants to white
• Updated: - DEFAULT_THEME in constants to white
This commit is contained in:
parent
ebf1638145
commit
3ac94fe610
|
@ -104,7 +104,7 @@ export const THEMES = [
|
||||||
'black',
|
'black',
|
||||||
]
|
]
|
||||||
|
|
||||||
export const DEFAULT_THEME = 'light'
|
export const DEFAULT_THEME = 'white'
|
||||||
export const DEFAULT_FONT_SIZE = 'normal'
|
export const DEFAULT_FONT_SIZE = 'normal'
|
||||||
|
|
||||||
export const NOTIFICATION_FILTERS = [
|
export const NOTIFICATION_FILTERS = [
|
||||||
|
|
Loading…
Reference in New Issue