🐛 Fix some bugs

This commit is contained in:
2025-01-04 22:48:33 +08:00
parent 38493829d5
commit bdd6d66e67
2 changed files with 7 additions and 3 deletions

View File

@@ -76,8 +76,8 @@ export function CapAppBar() {
{userStore.account ? (
<Avatar sx={{ backgroundColor: 'transparent' }} src={getAttachmentUrl(userStore.account.avatar)} />
) : (
<Avatar sx={{ backgroundColor: 'transparent' }}>
<AccountCircle sx={{ color: theme.palette.text.primary }} className="dark:invert" />
<Avatar sx={{ backgroundColor: 'transparent', color: theme.palette.text.primary }}>
<AccountCircle />
</Avatar>
)}
</IconButton>