Skip to content

Commit 8acbeff

Browse files
committed
Use correct system background
1 parent b2786f2 commit 8acbeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Authentication/Epilogue/StorePickerError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ struct StorePickerError: View {
5252
}
5353
.padding([.leading, .trailing, .bottom])
5454
.padding(.top, Layout.topPadding)
55-
.background(Color(.basicBackground))
55+
.background(Color(.tertiarySystemBackground))
5656
.cornerRadius(Layout.rounderCorners)
5757
}
5858
}

0 commit comments

Comments
 (0)