clear more ticket, sub and design
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user