Skip to content

Commit

Permalink
fix: refine blur and notification position
Browse files Browse the repository at this point in the history
  • Loading branch information
izzuzantyaf committed Jan 1, 2025
1 parent cf40284 commit 9f41df5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/providers/mantine.provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ const theme = createTheme({
},
},
overlayProps: {
backgroundOpacity: 0.55,
blur: 3,
backgroundOpacity: 0.33,
blur: 6.7,
},
},
},
Expand All @@ -75,7 +75,7 @@ export function MantineProvider({
}>) {
return (
<_MantineProvider theme={theme}>
<Notifications position="bottom-center" />
<Notifications position="top-center" limit={3} />
<ModalsProvider>{children}</ModalsProvider>
</_MantineProvider>
);
Expand Down

0 comments on commit 9f41df5

Please sign in to comment.