mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-10-23 06:46:11 +08:00
Update Appbar with a new logo
This commit is contained in:
@@ -25,3 +25,7 @@ export function useTheme(themePreference: ThemePreference): Theme {
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
export function isDarkTheme(theme: Theme): boolean {
|
||||
return theme.palette.type === "dark";
|
||||
}
|
||||
|
Reference in New Issue
Block a user