clear more ticket, sub and design

This commit is contained in:
Thomas Demirdjian
2025-12-10 15:39:32 +01:00
parent b1ab6a549f
commit aacbd5411e
15 changed files with 1001 additions and 145 deletions
+22 -2
View File
@@ -445,8 +445,17 @@ const PouchReady = () => {
Génération en cours.
</Text>
)}
<View style={{ alignItems: "center", gap: 10 }}>
<ProgressBar gradient progress={coverProgressValue} />
<View
style={[
styles.coverProgressWrapper,
isWeb ? styles.coverProgressWrapperWeb : null,
]}
>
<ProgressBar
gradient
progress={coverProgressValue}
containerStyle={styles.coverProgressBar}
/>
<Text
style={{
color: Palette.white,
@@ -824,6 +833,17 @@ const styles = StyleSheet.create({
gap: 12,
minWidth: 240,
},
coverProgressWrapper: {
alignItems: "center",
gap: 10,
width: 220,
},
coverProgressWrapperWeb: {
width: 260,
},
coverProgressBar: {
width: "100%",
},
customInputWrapper: {
alignSelf: "stretch",
borderRadius: 18,
+3 -1
View File
@@ -414,7 +414,9 @@ const SongDownload = ({ route }) => {
size={22}
color={Palette.white}
/>
<Text style={styles.downloadText}>Télécharger la musique</Text>
<Text style={styles.downloadText}>
Acheter ce morceau pour 1,99
</Text>
</Pressable>
</View>