From adec90a3198238171346f1255204cb70212a7b2b Mon Sep 17 00:00:00 2001 From: Alan Morel Date: Tue, 31 Oct 2023 15:11:37 -0400 Subject: [PATCH] refactor: center the close icon on toasts --- src/components/toasts/ToastContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/toasts/ToastContainer.tsx b/src/components/toasts/ToastContainer.tsx index bd3bf10..b85b97c 100644 --- a/src/components/toasts/ToastContainer.tsx +++ b/src/components/toasts/ToastContainer.tsx @@ -36,7 +36,7 @@ export default function ToastContainer(props: Props): ReactElement { aria-label="Close" onClick={dismiss} > - + );