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

Commit 7e9b981

Browse files
committed
Add appearance-none to inputs, textareas, multiselects
1 parent 334145b commit 7e9b981

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tailwind.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ module.exports = {
7272
},
7373
},
7474
'.form-input, .form-textarea, .form-multiselect': {
75+
appearance: 'none',
7576
backgroundColor: '#fff',
7677
borderWidth: theme('borderWidth.default', defaultTheme.borderWidth.default),
7778
borderRadius: theme('borderRadius.default', defaultTheme.borderRadius.default),

0 commit comments

Comments
 (0)