fix of the day, payment + sub + music generation

This commit is contained in:
Thomas Demirdjian
2025-11-17 14:27:15 +01:00
parent 97321cdbda
commit 93f2711574
20 changed files with 761 additions and 398 deletions
+4 -2
View File
@@ -464,16 +464,18 @@ const styles = StyleSheet.create({
bottomLoginPrompt: {
marginTop: 16,
paddingHorizontal: 24,
marginBottom: 30,
},
bottomFooterText: {
fontSize: 14,
fontSize: 15,
color: Palette.white,
fontFamily: FONT_FAMILY.HelveticaNeueRegular,
textAlign: "center",
},
bottomFooterLink: {
fontFamily: FONT_FAMILY.InterSemiBold,
fontFamily: FONT_FAMILY.InterBold,
color: Palette.white,
fontSize: 16,
},
socialWrapper: {
width: "100%",