From a68d2af4cf80c6f7a752a224d0cd516cee50c80c Mon Sep 17 00:00:00 2001 From: Hossein Mehrabi Date: Fri, 15 Dec 2023 16:57:35 +0330 Subject: [PATCH] fix: outline the avatar in the ProfileCard --- .../src/client/components/mdx/ProfileCard/ProfileCard.scss | 2 +- .../src/client/components/mdx/ProfileCard/ProfileCard.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/logos-docusaurus-theme/src/client/components/mdx/ProfileCard/ProfileCard.scss b/packages/logos-docusaurus-theme/src/client/components/mdx/ProfileCard/ProfileCard.scss index 3d9a8e0..902ff42 100644 --- a/packages/logos-docusaurus-theme/src/client/components/mdx/ProfileCard/ProfileCard.scss +++ b/packages/logos-docusaurus-theme/src/client/components/mdx/ProfileCard/ProfileCard.scss @@ -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 { diff --git a/packages/logos-docusaurus-theme/src/client/components/mdx/ProfileCard/ProfileCard.tsx b/packages/logos-docusaurus-theme/src/client/components/mdx/ProfileCard/ProfileCard.tsx index 1846dea..a8cac6e 100644 --- a/packages/logos-docusaurus-theme/src/client/components/mdx/ProfileCard/ProfileCard.tsx +++ b/packages/logos-docusaurus-theme/src/client/components/mdx/ProfileCard/ProfileCard.tsx @@ -76,7 +76,7 @@ export const ProfileCard: React.FC = ({ )} {name}