Darker timestamp on feed

This commit is contained in:
jahooma 2022-01-11 22:00:03 -06:00
parent 2f88a5cdab
commit 5947be6647

View File

@ -73,7 +73,7 @@ function Timestamp(props: { time: number }) {
const { time } = props
return (
<span
className="whitespace-nowrap text-gray-300 ml-1"
className="whitespace-nowrap text-gray-400 ml-1"
title={dayjs(time).format('MMM D, h:mma')}
>
{dayjs(time).fromNow()}