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

Commit 705b52e

Browse files
committed
Use customForms namespace under theme
1 parent a50f085 commit 705b52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = function ({ addUtilities, addComponents, theme }) {
3636
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>`,
3737
selectIconOffset: defaultTheme.spacing[2],
3838
selectIconSize: '1.5em',
39-
...theme('formElements'),
39+
...theme('customForms'),
4040
}
4141

4242
addComponents({

0 commit comments

Comments
 (0)