From cd3c10d9050c7a7aed00ed4f0269cbe31874fdc0 Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Tue, 28 May 2024 11:49:02 +0200 Subject: [PATCH] Chore: Sync sass with theme (#88340) chore(sass): run theme:generate to sync sass with theme --- public/sass/_variables.light.generated.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/sass/_variables.light.generated.scss b/public/sass/_variables.light.generated.scss index 34a3fa204c5..7d4fac1eb15 100644 --- a/public/sass/_variables.light.generated.scss +++ b/public/sass/_variables.light.generated.scss @@ -101,7 +101,7 @@ $text-color: rgba(36, 41, 46, 1); $text-color-strong: #000000; $text-color-semi-weak: rgba(36, 41, 46, 0.75); $text-color-weak: rgba(36, 41, 46, 0.75); -$text-color-faint: rgba(36, 41, 46, 0.50); +$text-color-faint: rgba(36, 41, 46, 0.64); $text-color-emphasis: #000000; $text-blue: #1F62E0; @@ -114,7 +114,7 @@ $brand-gradient-vertical: linear-gradient(0.01deg, #F53E4C -31.2%, #FF8833 113.0 // Links // ------------------------- $link-color: rgba(36, 41, 46, 1); -$link-color-disabled: rgba(36, 41, 46, 0.50); +$link-color-disabled: rgba(36, 41, 46, 0.64); $link-hover-color: #000000; $external-link-color: #1F62E0; @@ -215,7 +215,7 @@ $input-border-color: rgba(36, 41, 46, 0.30); $input-box-shadow: none; $input-border-focus: #5794f2; $input-box-shadow-focus: #5794f2; -$input-color-placeholder: rgba(36, 41, 46, 0.50); +$input-color-placeholder: rgba(36, 41, 46, 0.64); $input-label-bg: #F4F5F5; $input-color-select-arrow: #7b8087;