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