diff --git a/frontend/appflowy_web_app/src/components/_shared/notify/InfoSnackbar.tsx b/frontend/appflowy_web_app/src/components/_shared/notify/InfoSnackbar.tsx index a5c36318fb..bc43e60c45 100644 --- a/frontend/appflowy_web_app/src/components/_shared/notify/InfoSnackbar.tsx +++ b/frontend/appflowy_web_app/src/components/_shared/notify/InfoSnackbar.tsx @@ -31,8 +31,8 @@ const InfoSnackbar = forwardRef( }; return ( - - + +
{getIcon(type)} @@ -45,7 +45,7 @@ const InfoSnackbar = forwardRef(
-
{message}
+
{message}
{showActions && (