Skip to content

Commit

Permalink
fix: timestamp icon placement
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 committed Oct 16, 2024
1 parent 1440740 commit d1eee87
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 @@ -57,7 +57,7 @@ export const Timestamp: React.FC<TimestampProps> = ({
>
{parsedTime}

<span className="text-foreground-light opacity-75 dark:text-foreground-dark">
<span className="text-foreground-light opacity-75 dark:text-foreground-dark mt-0.5">
<ClockIcon />
</span>
</button>
Expand Down

0 comments on commit d1eee87

Please sign in to comment.