comparison 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
comparison
equal deleted inserted replaced
16:1011e56b7832 17:8dac58bb4569
26 } 26 }
27 } 27 }
28 28
29 Spacer() 29 Spacer()
30 } 30 }
31 .padding()
32 .background(
33 RoundedRectangle(cornerRadius: 20)
34 .foregroundColor(.white)
35 )
36 } 31 }
37 } 32 }
38 33
39 struct UserProfile_Previews: PreviewProvider { 34 struct UserProfile_Previews: PreviewProvider {
40 static var previews: some View { 35 static var previews: some View {