Skip to content
This repository was archived by the owner on Sep 11, 2021. It is now read-only.

Commit 3781f77

Browse files
authored
Merge pull request #4 from MartijnCuppens/patch-1
Use `50%` for border-radius instead of `9999px`
2 parents c57d51f + 876b0f6 commit 3781f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module.exports = function ({ addUtilities, addComponents, theme }) {
7575
verticalAlign: 'middle',
7676
borderColor: options.borderColor,
7777
borderWidth: options.borderWidth,
78-
borderRadius: '9999px',
78+
borderRadius: '50%',
7979
backgroundColor: options.backgroundColor,
8080
userSelect: 'none',
8181
'input[type=radio]:focus + &, input[type=radio]&:focus': {

0 commit comments

Comments
 (0)