🎨 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
No known key found for this signature in database
GPG Key ID: 040A1549143A8E33

View File

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