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:
parent
0b0b46ab3e
commit
9475890d5a
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user