diff GeoQuiz/Helpers/AnswerButton.swift @ 6:1946bbfde4af

reformat data structures
author Dennis C. M. <dennis@denniscm.com>
date Thu, 29 Sep 2022 12:00:17 +0200
parents 413e2d21333e
children d945e52b0704
line wrap: on
line diff
--- a/GeoQuiz/Helpers/AnswerButton.swift	Sat Sep 24 12:02:09 2022 +0100
+++ b/GeoQuiz/Helpers/AnswerButton.swift	Thu Sep 29 12:00:17 2022 +0200
@@ -13,7 +13,7 @@
     
     var body: some View {
         RoundedRectangle(cornerRadius: 15)
-            .foregroundStyle(.regularMaterial)
+            .foregroundColor(.white)
             .overlay(
                 Text(optionName)
                     .font(.title2.bold())