From bfc29816f40bb5eb925bc4979863a2d2690f4a62 Mon Sep 17 00:00:00 2001 From: AruSeito <41471697+AruSeito@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:39:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20update=20notification=20s?= =?UTF-8?q?tyle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/notification/src/notification.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 && (