mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-04-01 06:53:19 +02:00
Xcode 11 beta 6
This commit is contained in:
@@ -31,7 +31,7 @@ struct CategoryItem: View {
|
||||
VStack{
|
||||
Color.white
|
||||
.frame(width:65,height:65)
|
||||
.border(Color(red: 218.0/255.0, green: 218.0/255.0, blue: 218.0/255.0),width: 3,cornerRadius: 15)
|
||||
.background(RoundedRectangle(cornerRadius: 15).strokeBorder(Color(red: 218.0/255.0, green: 218.0/255.0, blue: 218.0/255.0), lineWidth: 3))
|
||||
.cornerRadius(15)
|
||||
zone
|
||||
.image(forSize: 55)
|
||||
|
||||
Reference in New Issue
Block a user