We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e3ed9c commit 9debaedCopy full SHA for 9debaed
WooCommerce/Classes/Authentication/Epilogue/StorePickerError.swift
@@ -47,9 +47,9 @@ struct StorePickerError: View {
47
}
48
.buttonStyle(LinkButtonStyle())
49
50
+ .padding()
51
.background(Color(.basicBackground))
52
.cornerRadius(10)
- .padding()
53
54
55
@@ -73,7 +73,11 @@ private extension StorePickerError {
73
74
struct StorePickerError_Preview: PreviewProvider {
75
static var previews: some View {
76
- StorePickerError()
77
- .previewLayout(.sizeThatFits)
+ VStack {
+ StorePickerError()
78
+ }
79
80
+ .background(Color.gray)
81
+ .previewLayout(.sizeThatFits)
82
83
0 commit comments