mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: outline the avatar in the ProfileCard
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
+1
-1
@@ -76,7 +76,7 @@ export const ProfileCard: React.FC<ProfileCardProps> = ({
|
||||
)}
|
||||
<Typography
|
||||
className="mdx-profile-card__name"
|
||||
variant="h4"
|
||||
variant="h3"
|
||||
component="h4"
|
||||
>
|
||||
{name}
|
||||
|
||||
Reference in New Issue
Block a user