diff --git a/front/components/UI/MusicList.tsx b/front/components/UI/MusicList.tsx index eddd92c..eab28d9 100644 --- a/front/components/UI/MusicList.tsx +++ b/front/components/UI/MusicList.tsx @@ -157,7 +157,7 @@ function MusicListCC({ // Styles for the MusicList component const styles = StyleSheet.create({ container: { - flex: 1, + flexGrow: 1, gap: 2, borderRadius: 10, },