Skip to content

Commit 5771b08

Browse files
committed
Update input border-radius
1 parent 2698146 commit 5771b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/my-sites/checkout/src/components/wp-contact-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const BillingFormFields = styled.div< BillingFormFieldsProps >`
2626
input[type='search'].form-text-input,
2727
.form-select,
2828
.form-fieldset.contact-details-form-fields select {
29-
border-radius: 3px;
29+
border-radius: 2px;
3030
color: ${ ( props ) => props.theme.colors.textColorDark };
3131
}
3232

0 commit comments

Comments
 (0)