mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-23 13:56:18 +02:00
🎨 Update color palette (#613)
Use more saturated colors and increase contrast to improve readability
This commit is contained in:
parent
029d130a4d
commit
a2481b3bbd
71 changed files with 198 additions and 119 deletions
|
@ -102,7 +102,7 @@ const Discussion: React.FunctionComponent = () => {
|
|||
isYou={session.ownsObject(comment)}
|
||||
/>
|
||||
<div className="mb-1">
|
||||
<span className="mr-1 text-slate-400">•</span>
|
||||
<span className="mr-1 text-slate-500">•</span>
|
||||
<span className="text-sm text-slate-500">
|
||||
{dayjs(new Date(comment.createdAt)).fromNow()}
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue