@@ -39,25 +39,25 @@ Here is a list of the all of the available options, as well as their default val
39
39
module.exports = {
40
40
theme: {
41
41
customForms: {
42
- horizontalPadding: defaultTheme.spacing[3],
43
- verticalPadding: defaultTheme.spacing[2],
44
- lineHeight: defaultTheme.lineHeight.normal,
45
- fontSize: defaultTheme.fontSize.base,
46
- borderColor: defaultTheme.borderColor.default,
47
- borderWidth: defaultTheme.borderWidth.default,
48
- borderRadius: defaultTheme.borderRadius.default,
49
- backgroundColor: defaultTheme.colors.white,
50
- focusBorderColor: defaultTheme.colors.blue[400],
51
- focusShadow: defaultTheme.boxShadow.outline,
52
- boxShadow: defaultTheme.boxShadow.none,
53
- checkboxSize: '1em',
54
- radioSize: '1em',
55
- 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>\` ,
56
- radioIcon: \` <svg viewBox="0 0 16 16" fill="#fff" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="3"/></svg>\` ,
57
- checkedColor: 'currentColor',
58
- 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>\` ,
59
- selectIconOffset: defaultTheme.spacing[2],
60
- selectIconSize: '1.5em',
42
+ horizontalPadding: defaultTheme.spacing[3],
43
+ verticalPadding: defaultTheme.spacing[2],
44
+ lineHeight: defaultTheme.lineHeight.normal,
45
+ fontSize: defaultTheme.fontSize.base,
46
+ borderColor: defaultTheme.borderColor.default,
47
+ borderWidth: defaultTheme.borderWidth.default,
48
+ borderRadius: defaultTheme.borderRadius.default,
49
+ backgroundColor: defaultTheme.colors.white,
50
+ focusBorderColor: defaultTheme.colors.blue[400],
51
+ focusShadow: defaultTheme.boxShadow.outline,
52
+ boxShadow: defaultTheme.boxShadow.none,
53
+ checkboxSize: '1em',
54
+ radioSize: '1em',
55
+ 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>\` ,
56
+ radioIcon: \` <svg viewBox="0 0 16 16" fill="#fff" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="3"/></svg>\` ,
57
+ checkedColor: 'currentColor',
58
+ 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>\` ,
59
+ selectIconOffset: defaultTheme.spacing[2],
60
+ selectIconSize: '1.5em',
61
61
}
62
62
},
63
63
plugins: [
0 commit comments