From 27c9df9bc8a330d00a42f3813a08ea7112936503 Mon Sep 17 00:00:00 2001 From: Wang Zhi Date: Thu, 29 Aug 2019 20:32:03 +0800 Subject: [PATCH] Fix btn color in paper theme --- terminus-core/src/theme.paper.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminus-core/src/theme.paper.scss b/terminus-core/src/theme.paper.scss index ddbdf6e8..b5e78eba 100644 --- a/terminus-core/src/theme.paper.scss +++ b/terminus-core/src/theme.paper.scss @@ -138,7 +138,7 @@ app-root { background: transparent; line-height: 42px; - svg { + svg, path { fill: $black; fill-opacity: 0.75; }