New views

This commit is contained in:
Victor Bodinaud
2025-12-10 16:31:08 +01:00
parent 08666a6818
commit e305b1697a
139 changed files with 3743 additions and 725 deletions

View File

@@ -82,7 +82,8 @@ struct BoosterSubscriptionSelectionScreen: View {
SQButton("C'est parti !") {}
if cancellation {
Button(action: /*@START_MENU_TOKEN@*/ {}/*@END_MENU_TOKEN@*/, label: {
SQText("Non merci, je souhaite résilier", size: 13)
SQText("Non merci, je souhaite résilier")
.sqSize(12)
.foregroundColor(.black)
})
.padding()