💄 Style the notifications to the bottom right

This commit is contained in:
ajnart
2022-05-26 18:16:24 +02:00
parent 54a68f1d74
commit 8b055bc3b6

View File

@@ -38,7 +38,7 @@ export default function App(props: AppProps & { colorScheme: ColorScheme }) {
withGlobalStyles withGlobalStyles
withNormalizeCSS withNormalizeCSS
> >
<NotificationsProvider limit={4} position="top-right"> <NotificationsProvider limit={4} position="bottom-left">
<ConfigProvider> <ConfigProvider>
<Layout> <Layout>
<Component {...pageProps} /> <Component {...pageProps} />