From 68fffa0af283d602c1fff91d906e66b28e67dcba Mon Sep 17 00:00:00 2001 From: codytseng Date: Tue, 25 Feb 2025 15:22:43 +0800 Subject: [PATCH] refactor: adjust skeleton --- src/components/Embedded/EmbeddedNote.tsx | 4 ++-- src/components/NotificationList/index.tsx | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/Embedded/EmbeddedNote.tsx b/src/components/Embedded/EmbeddedNote.tsx index 8604c6fc..45e5394d 100644 --- a/src/components/Embedded/EmbeddedNote.tsx +++ b/src/components/Embedded/EmbeddedNote.tsx @@ -35,8 +35,8 @@ function EmbeddedNoteSkeleton({ className }: { className?: string }) { onClick={(e) => e.stopPropagation()} >
- - + +
diff --git a/src/components/NotificationList/index.tsx b/src/components/NotificationList/index.tsx index ef8ffc1d..240daea8 100644 --- a/src/components/NotificationList/index.tsx +++ b/src/components/NotificationList/index.tsx @@ -169,7 +169,6 @@ const NotificationList = forwardRef((_, ref) => {
-