refactor: adjust skeleton

This commit is contained in:
codytseng
2025-02-25 15:22:43 +08:00
parent 17cf67228f
commit 68fffa0af2
2 changed files with 2 additions and 3 deletions

View File

@@ -169,7 +169,6 @@ const NotificationList = forwardRef((_, ref) => {
<div ref={bottomRef}>
<div className="flex gap-2 items-center h-11 py-2">
<Skeleton className="w-7 h-7 rounded-full" />
<Skeleton className="w-6 h-6 rounded-full" />
<Skeleton className="h-6 flex-1 w-0" />
</div>
</div>