From df0fc3c1e11d0d2a051e7e3c6b6229a40a74ba0d Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 22 Jun 2022 16:34:57 -0500 Subject: [PATCH] RelativeTimestamp: make text muted --- app/soapbox/components/relative_timestamp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/components/relative_timestamp.js b/app/soapbox/components/relative_timestamp.js index eaffbafe4..2d67b331c 100644 --- a/app/soapbox/components/relative_timestamp.js +++ b/app/soapbox/components/relative_timestamp.js @@ -179,7 +179,7 @@ class RelativeTimestamp extends React.Component { const relativeTime = futureDate ? timeRemainingString(intl, date, this.state.now) : timeAgoString(intl, date, this.state.now, year); return ( - + {relativeTime} );