From bb0f3cbef39f812e6b756fd529d7b0206c18b9ec Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Tue, 28 Jul 2020 18:47:41 +0530 Subject: [PATCH] fix: Update body color variables --- frappe/public/scss/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/scss/variables.scss b/frappe/public/scss/variables.scss index 24e3b45339..8b466bb1e9 100644 --- a/frappe/public/scss/variables.scss +++ b/frappe/public/scss/variables.scss @@ -211,7 +211,7 @@ $brand-gradient: linear-gradient(180deg, #2C9AF1 0%, var(--blue-500) 100%); $navbar-height: 60px; $page-head-height: 68px; -$body-color: $gray-700 !default; +$body-color: var(--text-light); $input-placeholder-color: var(--text-light); $btn-padding-y-lg: 1rem !default;