align toast messages

This commit is contained in:
AykutSarac 2022-04-08 16:57:12 +03:00
parent 8451b0437a
commit 926c0543d7

View File

@ -49,6 +49,9 @@ function JsonVisio({ Component, pageProps }: AppProps) {
color: "#B9BBBE",
},
}}
containerStyle={{
top: 40,
}}
/>
</ThemeProvider>
);