Mercurial > public > geoquiz
diff GeoQuiz/GuessTheFlagView.swift @ 11:039b26a99a48
implementing RevenueCat
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Sun, 09 Oct 2022 17:02:34 +0200 |
parents | a793f33f05fb |
children | f1967f8cc67b |
line wrap: on
line diff
--- a/GeoQuiz/GuessTheFlagView.swift Sat Oct 08 21:36:40 2022 +0200 +++ b/GeoQuiz/GuessTheFlagView.swift Sun Oct 09 17:02:34 2022 +0200 @@ -20,7 +20,7 @@ GameToolbar(game: game, color: .mayaBlue) .padding(.bottom) - VStack(spacing: 10) { + VStack(alignment: .center, spacing: 10) { Text("Question \(game.questionCounter) of \(game.data.count)") .font(.title3) .foregroundColor(.white.opacity(0.7))