mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
colors refactor
This commit is contained in:
@@ -33,11 +33,12 @@ export const useMaterialUITheme = () => {
|
||||
createMuiTheme({
|
||||
typography,
|
||||
palette: {
|
||||
type: isDarkMode ? 'dark' : 'light',
|
||||
// type: isDarkMode ? 'dark' : 'light',
|
||||
type: 'light',
|
||||
primary,
|
||||
},
|
||||
}),
|
||||
[isDarkMode],
|
||||
[],
|
||||
)
|
||||
|
||||
return [isDarkMode, muiTheme]
|
||||
|
||||
Reference in New Issue
Block a user