diff --git a/app/(tabs)/voice.tsx b/app/(tabs)/voice.tsx index 026fa72..6acbe9a 100644 --- a/app/(tabs)/voice.tsx +++ b/app/(tabs)/voice.tsx @@ -1394,9 +1394,11 @@ const styles = StyleSheet.create({ fontWeight: '600', }, voiceList: { - flex: 1, - maxHeight: 400, + minHeight: 300, + maxHeight: 450, padding: Spacing.sm, + backgroundColor: AppColors.background, + borderRadius: BorderRadius.md, }, voiceSectionTitle: { fontSize: FontSizes.sm,