From 5060114d7f6d3502ab0e94ed5e992ccd3c5b096c Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 25 May 2026 13:44:15 -0500 Subject: [PATCH] Adjust text color --- src/components/Post/Embed/StandardSiteEmbed/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Post/Embed/StandardSiteEmbed/index.tsx b/src/components/Post/Embed/StandardSiteEmbed/index.tsx index e618fa35e2..5e0df9c5ae 100644 --- a/src/components/Post/Embed/StandardSiteEmbed/index.tsx +++ b/src/components/Post/Embed/StandardSiteEmbed/index.tsx @@ -186,9 +186,9 @@ export const StandardSiteEmbed = ({ style={[ a.text_xs, a.leading_snug, - t.atoms.text_contrast_high, + t.atoms.text_contrast_medium, ]}> - {niceDate(i18n, view.createdAt, 'medium', 'none')} + {niceDate(i18n, view.createdAt, 'long', 'none')} )} {view.readingTime && ( @@ -198,7 +198,7 @@ export const StandardSiteEmbed = ({ style={[ a.text_xs, a.leading_snug, - t.atoms.text_contrast_high, + t.atoms.text_contrast_medium, ]}> {l({ message: plural(view.readingTime, {