From 27a853e8fb2b07fc68d8acc9cc31774df0c58759 Mon Sep 17 00:00:00 2001 From: RitvikSardana Date: Sun, 4 May 2025 14:11:26 +0530 Subject: [PATCH 1/2] fix: update email template hex code according to espresso --- frappe/public/scss/email.bundle.scss | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/frappe/public/scss/email.bundle.scss b/frappe/public/scss/email.bundle.scss index 860c0df8e4..e975a6186c 100644 --- a/frappe/public/scss/email.bundle.scss +++ b/frappe/public/scss/email.bundle.scss @@ -1,18 +1,20 @@ $white: #fff; -$gray-900: #1f272e; -$gray-800: #333c44; -$gray-700: #505a62; -$gray-600: #687178; -$gray-500: #98a1a9; -$gray-400: #c0c6cc; -$gray-300: #dce0e3; -$gray-200: #ebeef0; -$gray-100: #f4f5f6; -$gray-50: #f9fafa; -$primary: #2490ef; $blue-500: #2d95f0; +$gray-50: #f8f8f8; +$gray-100: #f3f3f3; +$gray-200: #ededed; +$gray-300: #e2e2e2; +$gray-400: #c7c7c7; +$gray-500: #999999; +$gray-600: #7c7c7c; +$gray-700: #525252; +$gray-800: #383838; +$gray-900: #171717; +$primary: $gray-900; + + $text-color: $gray-900; $border-color: $gray-100; $dark-border-color: $gray-200; From 788800120160461976460927626b7c360f3f620c Mon Sep 17 00:00:00 2001 From: RitvikSardana Date: Mon, 5 May 2025 12:42:59 +0530 Subject: [PATCH 2/2] fix: file formatting --- frappe/public/scss/email.bundle.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/frappe/public/scss/email.bundle.scss b/frappe/public/scss/email.bundle.scss index e975a6186c..bfcd6ba5db 100644 --- a/frappe/public/scss/email.bundle.scss +++ b/frappe/public/scss/email.bundle.scss @@ -14,7 +14,6 @@ $gray-800: #383838; $gray-900: #171717; $primary: $gray-900; - $text-color: $gray-900; $border-color: $gray-100; $dark-border-color: $gray-200;