This commit is contained in:
2025-10-24 11:12:19 +02:00
parent 2839aa3ae8
commit 702e989128
12 changed files with 46 additions and 16 deletions
+5 -5
View File
@@ -58,17 +58,17 @@ const WritingLyrics = () => {
gap: 12,
}}
>
<BorderGradientButton
maxWidth={500}
onPress={() => createAndNavigate({ hasLyrics: true })}
containerStyle={{ alignSelf: "center", width: "100%" }}
/>
<GradientButton
maxWidth={500}
containerStyle={{ alignSelf: "center", width: "100%" }}
title="Écrire des paroles avec une IA"
onPress={() => createAndNavigate({ hasLyrics: false })}
/>
<BorderGradientButton
maxWidth={500}
onPress={() => createAndNavigate({ hasLyrics: true })}
containerStyle={{ alignSelf: "center", width: "100%" }}
/>
</View>
</View>
</Page>