Browse Source

Fix: Dashboard history diff & white theme fix (#16231)

Navaneesh Kumar 6 years ago
parent
commit
ab541e2e13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/sass/pages/_history.scss

+ 1 - 1
public/sass/pages/_history.scss

@@ -188,7 +188,7 @@
 
 .diff-change-group {
   width: 100%;
-  color: rgba(223, 224, 225, 0.6);
+  color: $text-color;
   margin-bottom: 14px;
 }