refactor: adjust skeleton
This commit is contained in:
parent
17cf67228f
commit
68fffa0af2
2 changed files with 2 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue