fix: outline the avatar in the ProfileCard

This commit is contained in:
Hossein Mehrabi
2023-12-15 16:57:35 +03:30
parent ba4ddc30b9
commit a68d2af4cf
2 changed files with 2 additions and 2 deletions
@@ -27,6 +27,7 @@
width: 40px !important;
height: 40px !important;
border-radius: 50%;
border: 1px solid rgb(var(--lsd-border-primary));
svg {
width: 40px !important;
@@ -39,7 +40,6 @@
}
.mdx-profile-card__name {
@include lsd.typography('h4');
}
.mdx-profile-card__buttons {
@@ -76,7 +76,7 @@ export const ProfileCard: React.FC<ProfileCardProps> = ({
)}
<Typography
className="mdx-profile-card__name"
variant="h4"
variant="h3"
component="h4"
>
{name}