Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
karanpargal committed May 14, 2024
1 parent 3694632 commit 6242dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Atoms/Timestamp/Timestamp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const Timestamp: React.FC<TimestampProps> = ({
);

return (
<span className="inline-flex items-center gap-x-1 text-foreground-light dark:text-foreground-light">
<span className="inline-flex items-center gap-x-1 text-foreground-light dark:text-foreground-dark">
{timestampParser(
timestamp,
relativeTime ? "relative" : "descriptive"
Expand Down

0 comments on commit 6242dbc

Please sign in to comment.