Skip to content

Commit

Permalink
a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
hewonjeong committed Mar 12, 2024
1 parent 0cd530d commit 2826407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Time.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Time({ value, className }: Props) {
return (
<time
dateTime={formatDateTime(date)}
className={`text-[13px] text-gray-400 font-mono flex ${className}`}
className={`text-[13px] text-gray-400 dark:text-gray-500 font-mono flex ${className}`}
>
{date.toLocaleDateString('en', {
day: 'numeric',
Expand Down

0 comments on commit 2826407

Please sign in to comment.