styels
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user