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] )} > -
-
- -
+
-
+
{/* */} {options.title && (
@@ -58,6 +52,12 @@ const SnackbarItem = ({ options, onClose }) => {
)}
+
+ +
);