🎨 style: change the background color of the avatar

This commit is contained in:
Wahyu Kurniawan
2024-03-06 19:14:32 +07:00
parent efa74898af
commit 4c8d0e2436
@@ -148,6 +148,7 @@ export const Sidebar = ({ mobileOpen }: SidebarProps) => {
{user?.name && (
<div className="flex items-center flex-1 gap-3">
<Avatar
fallbackProps={{ className: 'bg-base-bg-alternate' }}
size={44}
initials={getInitials(formatAddress(user.name))}
/>