From 91dcdfa8e3315e7034a65942a97be19a3ea97549 Mon Sep 17 00:00:00 2001 From: vineyardbovines Date: Thu, 4 Jun 2026 14:21:58 -0400 Subject: [PATCH] Match count badge color/size spec to crop/alt badges --- src/components/images/Gallery/index.tsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/components/images/Gallery/index.tsx b/src/components/images/Gallery/index.tsx index 58df7fe431..7ba722ca52 100644 --- a/src/components/images/Gallery/index.tsx +++ b/src/components/images/Gallery/index.tsx @@ -490,21 +490,22 @@ function GalleryImage({ style={[ a.absolute, a.justify_center, + a.rounded_sm, + a.p_xs, + t.atoms.bg_contrast_25, { - top: a.p_sm.padding, - right: a.p_sm.padding, - paddingHorizontal: 6, - paddingVertical: 2, - borderRadius: 999, - backgroundColor: 'rgba(0, 0, 0, 0.6)', + top: a.p_xs.padding, + right: a.p_xs.padding, + opacity: 0.8, + }, + largeAltBadge && { + padding: 6, }, ]}> {index + 1}/{imageCount}