From 9bf413933c7f1118a47e78d365e13b327e48f5a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Mon, 18 Mar 2019 16:23:43 +0800 Subject: [PATCH] Fix default border color. --- stubs/defaultConfig.stub.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/defaultConfig.stub.js b/stubs/defaultConfig.stub.js index 070988997609..fd96ee39e377 100644 --- a/stubs/defaultConfig.stub.js +++ b/stubs/defaultConfig.stub.js @@ -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',