dev_views
Rémi REGNAULT 11 months ago
parent 16261de6e7
commit d774dfe491

@ -23,9 +23,9 @@
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "1.000",
"green" : "1.000",
"red" : "1.000"
"blue" : "0.000",
"green" : "0.000",
"red" : "0.000"
}
},
"idiom" : "universal"

@ -71,10 +71,9 @@ struct MainMenuView: View {
.frame(alignment: .trailing)
}
.padding()
.background(Color.white)
.overlay(
Rectangle()
.stroke(Color.black, lineWidth: 1)
.stroke(Colors.TitleText, lineWidth: 1)
)
Spacer()

Loading…
Cancel
Save