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

Commit 53893e1

Browse files
committed
Revert to 16px icons
1 parent 5171eb3 commit 53893e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ module.exports = function ({ addUtilities, addComponents, theme }) {
1616
focusShadow: defaultTheme.boxShadow.outline,
1717
checkboxSize: '1em',
1818
radioSize: '1em',
19-
checkboxIcon: `<svg viewBox="0 0 14 14" fill="#fff" xmlns="http://www.w3.org/2000/svg"><path d="M4.707 6.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L6 7.586 4.707 6.293z"/></svg>`,
20-
radioIcon: `<svg viewBox="0 0 14 14" fill="#fff" xmlns="http://www.w3.org/2000/svg"><circle cx="7" cy="7" r="3"/></svg>`,
19+
checkboxIcon: `<svg viewBox="0 0 16 16" fill="#fff" xmlns="http://www.w3.org/2000/svg"><path d="M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z"/></svg>`,
20+
radioIcon: `<svg viewBox="0 0 16 16" fill="#fff" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="3"/></svg>`,
2121
checkedColor: 'currentColor',
2222
selectIcon: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="${defaultTheme.colors.gray[500]}"><path d="M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z"/></svg>`,
2323
selectIconOffset: defaultTheme.spacing[2],

0 commit comments

Comments
 (0)