Browse Source

Fix btn color in paper theme

Wang Zhi 6 years ago
parent
commit
27c9df9bc8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      terminus-core/src/theme.paper.scss

+ 1 - 1
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;
                 }