From 0eda151418c8894df63aac9be06919d3abed1d16 Mon Sep 17 00:00:00 2001 From: Joe Boccanfuso <109477394+jbocce@users.noreply.github.com> Date: Wed, 10 May 2023 09:07:17 -0400 Subject: [PATCH] fix(UI) - fixed the spacing and positioning of the close button in the SnackbarItem component (#3380) --- .../ui/src/components/Snackbar/SnackbarItem.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/platform/ui/src/components/Snackbar/SnackbarItem.tsx b/platform/ui/src/components/Snackbar/SnackbarItem.tsx index 25b1e0c02..7ed192ffd 100644 --- a/platform/ui/src/components/Snackbar/SnackbarItem.tsx +++ b/platform/ui/src/components/Snackbar/SnackbarItem.tsx @@ -37,15 +37,9 @@ const SnackbarItem = ({ options, onClose }) => { typeClasses[options.type] )} > -