diff --git a/frontend/src/components/gallery/PhotoLightbox.tsx b/frontend/src/components/gallery/PhotoLightbox.tsx index f8c4cf66..41330f47 100644 --- a/frontend/src/components/gallery/PhotoLightbox.tsx +++ b/frontend/src/components/gallery/PhotoLightbox.tsx @@ -662,7 +662,11 @@ export const PhotoLightbox: React.FC = ({ aria-label={myLiked ? 'Unlike photo' : 'Like photo'} title={myLiked ? 'Unlike' : 'Like'} > - + {/* fill-current on the liked state so the heart is + actually visible against the red background — both + branches were `text-white` only (#538 follow-on + bug from @Tietge86). */} + {/* Aggregate like count is admin-only when the admin has hidden feedback from guests (#538 bug 3). Without