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, {