Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 2519b09

Browse files
authored
fix(textfield): safari input has rounded corners (#1793)
1 parent 4e0e17a commit 2519b09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mdc-textfield/mdc-text-field.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
transition: mdc-text-field-transition(opacity);
5858
border: none;
5959
border-bottom: 1px solid $mdc-text-field-underline-on-light-idle;
60+
border-radius: 0;
6061
background: none;
6162
font-size: inherit;
6263
appearance: none;

0 commit comments

Comments
 (0)