Browse Source

align toast messages

AykutSarac 3 năm trước cách đây
mục cha
commit
926c0543d7
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/pages/_app.tsx

+ 3 - 0
src/pages/_app.tsx

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