🚀 Start Project

This commit is contained in:
Victor Bodinaud
2024-10-14 17:02:14 +02:00
parent 7850943a32
commit e9719414e9
53 changed files with 985 additions and 443 deletions

View File

@@ -8,13 +8,6 @@
import SwiftUI
struct BoosterConfirmationScreen: View {
init() {
do {
try FontRegistration().registerFonts()
} catch {
}
}
var body: some View {
ZStack {
@@ -22,7 +15,7 @@ struct BoosterConfirmationScreen: View {
.ignoresSafeArea()
VStack {
VStack(spacing: 32) {
Image("booster_logo", bundle: Bundle.module)
Image("booster_logo")
.resizable()
.frame(width: 210, height: 180)
SQText("Cest confirmé !", size: 18, font: .bold)