mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2026-09-08 07:54:07 +00:00
🎨 style: change the background color of the avatar
This commit is contained in:
@@ -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))}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user