diff --git a/app/(tabs)/voice.tsx b/app/(tabs)/voice.tsx index 5fe779a..026fa72 100644 --- a/app/(tabs)/voice.tsx +++ b/app/(tabs)/voice.tsx @@ -909,7 +909,12 @@ Based on this data, please answer the following question: ${question}`; - + {/* English Voices Section */} English Voices {AVAILABLE_VOICES.filter(v => v.language.startsWith('en-')).map(voice => ( @@ -1390,6 +1395,7 @@ const styles = StyleSheet.create({ }, voiceList: { flex: 1, + maxHeight: 400, padding: Spacing.sm, }, voiceSectionTitle: {