This commit is contained in:
2025-09-03 16:36:00 +02:00
parent 4e5390e97b
commit 482dd3f964
5 changed files with 69 additions and 29 deletions
+3 -1
View File
@@ -66,6 +66,8 @@ const HitParade = () => {
style={{
...Style.containerRow,
justifyContent: "space-between",
gap: "10%",
width: "auto",
}}
>
{/*{["Chansons", "Playbacks", "Clips"].map((item, index) => (*/}
@@ -76,7 +78,7 @@ const HitParade = () => {
onPress={() => setSelected(item)}
tint={selected === item ? "light" : "dark"}
containerStyle={{
width: 100,
width: "50%",
}}
titleStyle={{
fontSize: 16,