Fix light mode text on tag page

This commit is contained in:
Sam Becker 2023-09-17 19:46:49 -05:00
parent 9bdf0c3f09
commit 13b67fea39

View File

@ -58,7 +58,7 @@ export default async function TagPage({ params: { tag } }: TagProps) {
)}>
<PhotoTag tag={tag} />
<span className={cc(
'uppercase text-gray-300 dark:text-gray-500',
'uppercase text-gray-400 dark:text-gray-500',
'sm:col-span-2 md:col-span-1 lg:col-span-2',
)}>
{descriptionForTaggedPhotos(photos)}