Skip to content

Commit 2f6ebb9

Browse files
authored
Merge pull request #25 from AlecRust/remove-border-radius
Remove macOS Chrome border radius
2 parents 8043ffa + a9576d5 commit 2f6ebb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/button.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
.Button {
2727
background: transparent;
2828
border-color: var(--Button-border-color);
29+
border-radius: 0;
2930
border-style: solid;
3031
border-width: var(--Button-border-width);
3132
box-sizing: border-box; /* 1 */

0 commit comments

Comments
 (0)