mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2024-11-17 16:29:19 +00:00
🎨 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 && (
|
||||
<div className="flex items-center flex-1 gap-3">
|
||||
<Avatar
|
||||
fallbackProps={{ className: 'bg-base-bg-alternate' }}
|
||||
size={44}
|
||||
initials={getInitials(formatAddress(user.name))}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user