From ac4aa87a9dd7e89282e67bd97cc1f2a1747180c9 Mon Sep 17 00:00:00 2001 From: mxie <15623530290@163.com> Date: Wed, 10 Oct 2018 18:18:48 +0800 Subject: [PATCH] fix: shortcut color --- src/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.scss b/src/index.scss index ee48773..55d38b1 100644 --- a/src/index.scss +++ b/src/index.scss @@ -123,7 +123,7 @@ $primary-color: #1284e7; background: none; outline: none; border: 0; - color: inherit; + color: #48576a; margin: 0; padding: 0; white-space: nowrap;