From 273335fb26800d3ec76ef8920346d7b4b58badf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Thu, 11 Oct 2018 20:55:49 +0800 Subject: [PATCH] [bugfix] SubmitBar: tip color --- packages/submit-bar/index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/submit-bar/index.less b/packages/submit-bar/index.less index 3e2462bc..b8fef0a0 100644 --- a/packages/submit-bar/index.less +++ b/packages/submit-bar/index.less @@ -10,10 +10,10 @@ &__tip { padding: 10px; - background-color: #fff7cc; - color: @orange; + color: #f56723; font-size: 12px; line-height: 18px; + background-color: #fff7cc; } &__bar {