Skip to content

Commit bd0c66c

Browse files
committed
fix: remove border radius from inputs
1 parent 7bdb110 commit bd0c66c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/panda-san/src/form/input.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
background-color: transparent;
44
border: 0;
55
border-bottom: solid px-to-rem(2px);
6+
border-radius: none;
67
color: inherit;
78
padding: px-to-rem(12px) px-to-rem(4px);
89
width: 100%;

0 commit comments

Comments
 (0)