From ab541e2e131dd164527fd834ec1e2a160f228379 Mon Sep 17 00:00:00 2001 From: Navaneesh Kumar Date: Wed, 27 Mar 2019 13:54:44 +0530 Subject: [PATCH] Fix: Dashboard history diff & white theme fix (#16231) --- public/sass/pages/_history.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/sass/pages/_history.scss b/public/sass/pages/_history.scss index 2eb7d2d2aec..99ea9a027e9 100644 --- a/public/sass/pages/_history.scss +++ b/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; }