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,