Mercurial > public > geoquiz
diff GeoQuiz/Helpers/AnswerButton.swift @ 7:d945e52b0704
implement dynamic map
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Tue, 04 Oct 2022 18:54:24 +0200 |
parents | 1946bbfde4af |
children | e09959b4e4a8 |
line wrap: on
line diff
--- a/GeoQuiz/Helpers/AnswerButton.swift Thu Sep 29 12:00:17 2022 +0200 +++ b/GeoQuiz/Helpers/AnswerButton.swift Tue Oct 04 18:54:24 2022 +0200 @@ -13,7 +13,7 @@ var body: some View { RoundedRectangle(cornerRadius: 15) - .foregroundColor(.white) + .foregroundStyle(.regularMaterial) .overlay( Text(optionName) .font(.title2.bold())