Fix voice picker modal - add minHeight for proper scrolling

- Changed voiceList style from flex: 1 to minHeight: 300
- Added backgroundColor and borderRadius for better visibility
- Now all 35+ voices are visible and scrollable in the DEV modal

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Sergei 2025-12-24 10:31:11 -08:00
parent 0b0b46ab3e
commit 9475890d5a

View File

@ -1394,9 +1394,11 @@ const styles = StyleSheet.create({
fontWeight: '600', fontWeight: '600',
}, },
voiceList: { voiceList: {
flex: 1, minHeight: 300,
maxHeight: 400, maxHeight: 450,
padding: Spacing.sm, padding: Spacing.sm,
backgroundColor: AppColors.background,
borderRadius: BorderRadius.md,
}, },
voiceSectionTitle: { voiceSectionTitle: {
fontSize: FontSizes.sm, fontSize: FontSizes.sm,