diff --git a/WooCommerce/Classes/ViewRelated/Dashboard/Settings/Help/SupportForm/SupportForm.swift b/WooCommerce/Classes/ViewRelated/Dashboard/Settings/Help/SupportForm/SupportForm.swift index 82ddb6af135..e856bf226a6 100644 --- a/WooCommerce/Classes/ViewRelated/Dashboard/Settings/Help/SupportForm/SupportForm.swift +++ b/WooCommerce/Classes/ViewRelated/Dashboard/Settings/Help/SupportForm/SupportForm.swift @@ -108,6 +108,7 @@ struct SupportForm: View { .overlay( RoundedRectangle(cornerRadius: Layout.cornerRadius).stroke(Color(.separator)) ) + .cornerRadius(Layout.cornerRadius) } // Site Address Text Field @@ -124,6 +125,7 @@ struct SupportForm: View { .overlay( RoundedRectangle(cornerRadius: Layout.cornerRadius).stroke(Color(.separator)) ) + .cornerRadius(Layout.cornerRadius) } // Description Text Editor @@ -138,6 +140,7 @@ struct SupportForm: View { .overlay( RoundedRectangle(cornerRadius: Layout.cornerRadius).stroke(Color(.separator)) ) + .cornerRadius(Layout.cornerRadius) } } .padding()