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

Commit 876b0f6

Browse files
Use 50% for border-radius instead of magic number 9999px
1 parent 219ae4b commit 876b0f6

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
@@ -73,7 +73,7 @@ module.exports = function ({ addUtilities, addComponents, theme }) {
7373
width: options.radioSize,
7474
verticalAlign: 'middle',
7575
borderWidth: options.borderWidth,
76-
borderRadius: '9999px',
76+
borderRadius: '50%',
7777
backgroundColor: options.backgroundColor,
7878
userSelect: 'none',
7979
'input[type=radio]:focus + &, input[type=radio]&:focus': {

0 commit comments

Comments
 (0)