diff GeoQuiz/Components/RecentGameHelper.swift @ 17:8dac58bb4569

fix build bug
author Dennis C. M. <dennis@denniscm.com>
date Thu, 20 Oct 2022 18:07:51 +0200
parents 1011e56b7832
children f140bb277c96
line wrap: on
line diff
--- a/GeoQuiz/Components/RecentGameHelper.swift	Thu Oct 20 13:49:42 2022 +0200
+++ b/GeoQuiz/Components/RecentGameHelper.swift	Thu Oct 20 18:07:51 2022 +0200
@@ -42,13 +42,9 @@
             Spacer()
             
             Text("\(game.score, format: .number) ⭐️")
+                .font(.headline)
             
         }
-        .padding()
-        .background(
-            RoundedRectangle(cornerRadius: 20)
-                .foregroundColor(.white)
-        )
     }
     
     init(game: PlayedGame) {