Skip to content

Commit 9bf4139

Browse files
authored
Fix default border color.
1 parent e979ec4 commit 9bf4139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/defaultConfig.stub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ module.exports = {
238238
'8': '8px',
239239
},
240240
borderColor: theme => {
241-
return global.Object.assign({ default: theme('colors.gray.700', 'currentColor') }, theme('colors'))
241+
return global.Object.assign({ default: theme('colors.gray.300', 'currentColor') }, theme('colors'))
242242
},
243243
borderRadius: {
244244
none: '0',

0 commit comments

Comments
 (0)