club advantages

This commit is contained in:
2026-02-25 11:48:47 +01:00
parent 0618afa3a4
commit 6d50d18d56
@@ -91,6 +91,9 @@ const ClubAdvantagesCard = ({ style }) => {
>
<View style={styles.header}>
<View style={styles.titleBlock}>
<Text style={{fontSize: 30, fontWeight: 'bold', color: Palette.white, marginBottom: 12}}>
OU
</Text>
<Text style={styles.title}>
{'Les abonnements et les packs permettent le téléchargement de vos créations'}
</Text>
@@ -196,13 +199,15 @@ const styles = StyleSheet.create({
borderTopWidth: 1,
borderTopColor: 'rgba(255, 255, 255, 0.08)',
paddingTop: gutters,
marginTop: gutters * 0.6,
marginTop: gutters,
paddingBottom: gutters,
},
sectionTitle: {
fontFamily: FONT_FAMILY.InterBold,
fontSize: 20,
color: Palette.white,
textAlign: 'center',
paddingBottom: 12,
},
creditsGrid: {
flexDirection: 'row',