mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-07-30 17:59:13 -04:00
Adjust relative timestamp text color for improved contrast
This commit is contained in:
@@ -20,7 +20,7 @@ export function RelativeTimestamp(props: {
|
||||
const t = useT()
|
||||
return (
|
||||
<DateTimeTooltip
|
||||
className="text-ink-400 ml-1 whitespace-nowrap"
|
||||
className="text-ink-500 ml-1 whitespace-nowrap"
|
||||
time={time}
|
||||
placement={placement}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user