Skip to content

Commit

Permalink
refactor: Update skeleton loading styles in FavoritesList component
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Sep 2, 2024
1 parent 1359a93 commit 262d7bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apps/favorites-list/FavoritesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const FavoritesList: React.FC<FavoritesListProps> = ({ pageSize }) => {

const skeletonList = (
<>
<div className="ssc">
<div className="ssc-line w-10 my-32">&nbsp;</div>
<div className="ssc content-list">
<div className="ssc-line w-10 mt-32">&nbsp;</div>
</div>
<ul className="content-list">
{/*
Expand Down

0 comments on commit 262d7bb

Please sign in to comment.