From 3faa1535dba1fa3708026224c034b35a2cc8d538 Mon Sep 17 00:00:00 2001 From: Haibin Yu Date: Wed, 14 Oct 2015 13:28:37 +0800 Subject: [PATCH] fix text-color typo in popover.less --- style/components/popover.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/components/popover.less b/style/components/popover.less index 633d8624d2..f990e90d21 100644 --- a/style/components/popover.less +++ b/style/components/popover.less @@ -125,7 +125,7 @@ &-message { padding: 8px 0 16px; font-size: 12px; - color: text-color; + color: @text-color; .anticon { margin-right: 8px; color: @error-color;