This commit is contained in:
2025-10-03 10:35:25 +02:00
parent 8b0dafe634
commit c6a5501cff
3 changed files with 27 additions and 15 deletions
+4
View File
@@ -186,6 +186,9 @@ const HitParade = () => {
<Page
backgroundImg={isWeb ? background.libraryBgWeb : background.hitParadeBG}
headerType="NONE"
width="100%"
maxWidth={null}
blurIntensity={isWeb ? 2 : 0}
>
<View style={{ gap: 12, flex: 1 }}>
<Image source={icons.musicLandLogo} style={{ alignSelf: "center" }} />
@@ -228,6 +231,7 @@ const HitParade = () => {
...Style.containerRow,
justifyContent: "space-between",
width: "auto",
gap: 12,
}}
>
{["Chansons", "Playbacks"].map((item, index) => (