From 02d23507d222091386d71c293ef97a9994b89daa Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Wed, 20 Aug 2025 13:19:15 +0500 Subject: [PATCH] better --- components/FeatureCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/FeatureCard.tsx b/components/FeatureCard.tsx index 6267963..8013ca0 100644 --- a/components/FeatureCard.tsx +++ b/components/FeatureCard.tsx @@ -60,7 +60,7 @@ const styles = StyleSheet.create({ color: Colors.dark.text, }, description: { - maxWidth: '80%', + maxWidth: '70%', fontSize: 14, color: Colors.dark.textSecondary, marginTop: 5,