diff GeoQuiz/Components/UserProfileComponent.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
line wrap: on
line diff
--- a/GeoQuiz/Components/UserProfileComponent.swift	Thu Oct 20 13:49:42 2022 +0200
+++ b/GeoQuiz/Components/UserProfileComponent.swift	Thu Oct 20 18:07:51 2022 +0200
@@ -28,11 +28,6 @@
             
             Spacer()
         }
-        .padding()
-        .background(
-            RoundedRectangle(cornerRadius: 20)
-                .foregroundColor(.white)
-        )
     }
 }