Fix prettier formatting

This commit is contained in:
vineyardbovines
2026-06-03 19:34:25 -04:00
parent d8b540d90c
commit cd8ed8c5eb
+2 -1
View File
@@ -405,7 +405,8 @@ function GalleryCounter({
backgroundColor: 'rgba(0, 0, 0, 0.6)',
},
]}>
<Text style={[a.font_bold, a.text_xs, a.leading_tight, {color: '#fff'}]}>
<Text
style={[a.font_bold, a.text_xs, a.leading_tight, {color: '#fff'}]}>
{currentIndex + 1}/{imageCount}
</Text>
</View>