Skip to content

Commit

Permalink
[WEB-2266] chore-No favorites should be aligned like the rest of the …
Browse files Browse the repository at this point in the history
…things (#5618)

* Updated alignment of empty favorite text

* Updated padding
  • Loading branch information
Jimmycutie authored Sep 30, 2024
1 parent bf6588b commit 7f5a898
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export const SidebarFavoritesMenu = observer(() => {
{Object.keys(groupedFavorites).length === 0 ? (
<>
{!sidebarCollapsed && (
<span className="text-custom-text-400 text-xs text-center font-medium py-1">No favorites yet</span>
<span className="text-custom-text-400 text-xs font-medium px-8 py-1.5">No favorites yet</span>
)}
</>
) : (
Expand Down

0 comments on commit 7f5a898

Please sign in to comment.