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

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

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

Loading…
Cancel
Save