From f6706e6db10c3cc1e4f56f0100b5866b79cf3758 Mon Sep 17 00:00:00 2001 From: Zhouxing Shi Date: Sat, 30 Sep 2017 23:20:37 +0800 Subject: [PATCH] Fix issue #946 --- src/components/ActionCard/ActionCard.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/ActionCard/ActionCard.scss b/src/components/ActionCard/ActionCard.scss index 166967f6a..ed0990f37 100644 --- a/src/components/ActionCard/ActionCard.scss +++ b/src/components/ActionCard/ActionCard.scss @@ -124,6 +124,10 @@ &::before { content: " ยท "; } + + a { + color: $tc-gray-70; + } } .card-status {