diff --git a/packages/notification/src/notification.tsx b/packages/notification/src/notification.tsx index b7ead6ff9..08026e0ab 100644 --- a/packages/notification/src/notification.tsx +++ b/packages/notification/src/notification.tsx @@ -100,7 +100,7 @@ export const Notification = forwardRef( ) case "normal": @@ -133,7 +133,7 @@ export const Notification = forwardRef( }} >
- {normalIcon} +
{normalIcon}
{title &&
{title}
} {content && (