[WEB-2266] chore-No favorites should be aligned like the rest of the things (#5618)

* Updated alignment of empty favorite text

* Updated padding
This commit is contained in:
Mihir 2024-09-30 15:49:30 +05:30 committed by GitHub
parent bf6588b573
commit 7f5a898cec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>
)}
</>
) : (