Skip to content

Commit

Permalink
Fix profile detail subheader dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrelefevre committed Dec 20, 2023
1 parent 3f336b2 commit e753cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/profile/Profile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export function Profile() {
<CardHeader
title={t("details")}
subheader={
<Typography variant="body2" sx={{ color: "#637381" }}>
<Typography variant="body2">
{t("gravatar")}
<Link
href="https://gravatar.com/connect/"
Expand Down

0 comments on commit e753cc7

Please sign in to comment.