Skip to content

Commit

Permalink
Fix default border color.
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Mar 18, 2019
1 parent e979ec4 commit 9bf4139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/defaultConfig.stub.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ module.exports = {
'8': '8px',
},
borderColor: theme => {
return global.Object.assign({ default: theme('colors.gray.700', 'currentColor') }, theme('colors'))
return global.Object.assign({ default: theme('colors.gray.300', 'currentColor') }, theme('colors'))
},
borderRadius: {
none: '0',
Expand Down

0 comments on commit 9bf4139

Please sign in to comment.