🎨 style: change the background color of the avatar
This commit is contained in:
parent
efa74898af
commit
4c8d0e2436
@ -148,6 +148,7 @@ export const Sidebar = ({ mobileOpen }: SidebarProps) => {
|
|||||||
{user?.name && (
|
{user?.name && (
|
||||||
<div className="flex items-center flex-1 gap-3">
|
<div className="flex items-center flex-1 gap-3">
|
||||||
<Avatar
|
<Avatar
|
||||||
|
fallbackProps={{ className: 'bg-base-bg-alternate' }}
|
||||||
size={44}
|
size={44}
|
||||||
initials={getInitials(formatAddress(user.name))}
|
initials={getInitials(formatAddress(user.name))}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user