From 2ecd9d7b1391b8fc83e9c12a18bab105e7148f0f Mon Sep 17 00:00:00 2001 From: sct Date: Mon, 26 Apr 2021 01:29:36 +0900 Subject: [PATCH] fix(ui): correct toasts being in the wrong position on smaller screens --- src/components/Toast/index.tsx | 2 +- src/components/ToastContainer/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Toast/index.tsx b/src/components/Toast/index.tsx index 92ae5a76f..a93c699fe 100644 --- a/src/components/Toast/index.tsx +++ b/src/components/Toast/index.tsx @@ -16,7 +16,7 @@ const Toast: React.FC = ({ transitionState, }) => { return ( -
+
= ({ return (