Use "notistack" to display toasts

This commit is contained in:
schroda
2024-09-07 01:27:07 +02:00
parent fea710b5dc
commit 74944407f7
5 changed files with 31 additions and 66 deletions

View File

@@ -24,7 +24,7 @@ import { ThemeModeContext } from '@/components/context/ThemeModeContext.tsx';
import { AppTheme, loadThemeFonts } from '@/lib/ui/AppThemes.ts';
import { createTheme } from '@/theme.ts';
import { ThemeCreationDialog } from '@/screens/settings/appearance/theme/CreateThemeDialog.tsx';
import { makeToast } from '@/components/util/Toast.tsx';
import { makeToast } from '@/components/util/Toast';
const ThemePreviewBadge = styled(Box)(() => ({
width: '15px',