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

Commit a0c04a6

Browse files
committed
Update default options in docs
1 parent b3a4f15 commit a0c04a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/pages/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ Here is a list of the all of the available options, as well as their default val
4848
borderRadius: defaultTheme.borderRadius.default,
4949
backgroundColor: defaultTheme.colors.white,
5050
focusBorderColor: defaultTheme.colors.blue[400],
51-
focusShadow: defaultTheme.boxShadow.outline,
51+
focusBoxShadow: defaultTheme.boxShadow.outline,
5252
boxShadow: defaultTheme.boxShadow.none,
5353
checkboxSize: '1em',
5454
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>\`,
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: defaultTheme.colors.blue[500],
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>\`,
5959
selectIconOffset: defaultTheme.spacing[2],
6060
selectIconSize: '1.5em',
6161
}

0 commit comments

Comments
 (0)