mirror of https://github.com/buster-so/buster.git
Update Avatar.tsx
This commit is contained in:
parent
715132a7bc
commit
9847a99b76
|
@ -33,8 +33,8 @@ Avatar.displayName = 'Avatar';
|
||||||
|
|
||||||
const BusterAvatarFallback: React.FC = () => {
|
const BusterAvatarFallback: React.FC = () => {
|
||||||
return (
|
return (
|
||||||
<div className="flex h-full w-full items-center justify-center text-black dark:text-white">
|
<div className="text-foreground flex h-full w-full items-center justify-center">
|
||||||
<BusterLogo className="h-full w-full" />
|
<BusterLogo className="h-full w-full translate-x-[1px] p-1" />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue