From 7de8409a46f1a951f15246dc6089da5788fa6a4b Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Tue, 8 Sep 2026 23:17:37 +0000 Subject: [PATCH] Update product detail image text Co-authored-by: Kyle Rich --- app/product/[id].tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/product/[id].tsx b/app/product/[id].tsx index 9a54960..84cbaab 100644 --- a/app/product/[id].tsx +++ b/app/product/[id].tsx @@ -71,7 +71,7 @@ export default function ProductDetailScreen() { {product.badge} )} - + testing 123 {/* Product Info */} @@ -218,8 +218,10 @@ const styles = StyleSheet.create({ fontFamily: Fonts.body, color: Colors.inkBlack, }, - productEmoji: { - fontSize: 80, + productImageText: { + fontFamily: Fonts.display, + fontSize: 24, + color: Colors.inkBlack, }, infoSection: { padding: Spacing.m,