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 2698146 commit 5771b08Copy full SHA for 5771b08
client/my-sites/checkout/src/components/wp-contact-form.tsx
@@ -26,7 +26,7 @@ const BillingFormFields = styled.div< BillingFormFieldsProps >`
26
input[type='search'].form-text-input,
27
.form-select,
28
.form-fieldset.contact-details-form-fields select {
29
- border-radius: 3px;
+ border-radius: 2px;
30
color: ${ ( props ) => props.theme.colors.textColorDark };
31
}
32
0 commit comments