From 49a80e2fb9c6c3a56cbe2f3aad38676e25fa1cbd Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Tue, 5 Nov 2024 22:25:22 +0900 Subject: [PATCH] chore: remove top toast --- src/theme/Layout/index.js | 4 ++-- src/theme/Layout/styles.module.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/theme/Layout/index.js b/src/theme/Layout/index.js index ede2086..b6cbaa2 100644 --- a/src/theme/Layout/index.js +++ b/src/theme/Layout/index.js @@ -45,12 +45,12 @@ export default function Layout(props) { - {!excludeToast && showTopToast && ( + {/* {!excludeToast && showTopToast && ( - )} + )} */}
diff --git a/src/theme/Layout/styles.module.css b/src/theme/Layout/styles.module.css index 78c9e1a..dc664bd 100644 --- a/src/theme/Layout/styles.module.css +++ b/src/theme/Layout/styles.module.css @@ -20,7 +20,7 @@ body { flex-direction: column; } -.toastMargin { +/* .toastMargin { margin-top: 48px; } @@ -28,4 +28,4 @@ body { .toastMargin { margin-top: 80px; } -} +} */