@@ -39,25 +39,25 @@ Here is a list of the all of the available options, as well as their default val
3939 module.exports = {
4040 theme: {
4141 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" xmlns="http://www.w3.org/2000/svg" fill="#fff" ><path d="M13.293 4 .293a1 1 0 0 1 0 1.414L7 12a1 1 0 0 1-1 .414 0L3.293 9.707a1 1 0 0 1 1 .414-1.414l1.586 1 .586 5.586-5.586a1 1 0 0 1 1.414 0z "/></svg>\` ,
56- radioIcon: \` <svg viewBox="0 0 24 24 " fill="#fff" xmlns="http://www.w3.org/2000/svg"><circle cx="12 " cy="12 " r="5 "/></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',
6161 }
6262 },
6363 plugins: [
0 commit comments