refactor: rm theme blur

This commit is contained in:
MystiPanda
2024-01-15 17:13:55 +08:00
parent b6d748b414
commit 5b7e29b8ad
7 changed files with 2 additions and 25 deletions

View File

@@ -36,7 +36,7 @@ const Layout = () => {
const { theme } = useCustomTheme();
const { verge } = useVerge();
const { theme_blur, language } = verge || {};
const { language } = verge || {};
const location = useLocation();
@@ -116,7 +116,7 @@ const Layout = () => {
}}
sx={[
({ palette }) => ({
bgcolor: alpha(palette.background.paper, theme_blur ? 0.8 : 1),
bgcolor: palette.background.paper,
}),
]}
>