Skip to content

Commit

Permalink
feat: Add border color to Author avatar in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
trillium committed Aug 11, 2024
1 parent 791492e commit 2aba262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AuthorCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const AuthorCard = ({ content }) => {
alt="avatar"
width={224}
height={224}
className="h-48 w-48 min-w-48 rounded-full md:h-52 md:w-52"
className="h-48 w-48 min-w-48 rounded-full dark:border-2 dark:border-primary-400 md:h-52 md:w-52"
/>
</div>
)}
Expand Down

0 comments on commit 2aba262

Please sign in to comment.