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

Commit fba2bbf

Browse files
committed
Fix indentation in docs
1 parent 8254466 commit fba2bbf

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

docs/pages/index.mdx

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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" 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',
6161
}
6262
},
6363
plugins: [

0 commit comments

Comments
 (0)