From 0a3125837d8de4178c1f1a3423d5e0f1e8b90256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Tue, 5 Sep 2023 15:38:45 +0200 Subject: [PATCH] MOBILE-4201 style: New branding colors --- src/theme/globals.variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/theme/globals.variables.scss b/src/theme/globals.variables.scss index 8412a46bd..45e395cce 100644 --- a/src/theme/globals.variables.scss +++ b/src/theme/globals.variables.scss @@ -13,7 +13,7 @@ $gray-500: #8f959e !default; // Stroke on inputs $gray-600: #6a737b !default; $gray-700: #495057 !default; $gray-800: #343a40 !default; -$gray-900: #1d2125 !default; // Copy text +$gray-900: #282828 !default; // Copy text $black: #000000 !default; // Avoid usage $blue: #0f6cbf !default; @@ -22,7 +22,7 @@ $green: #357a32 !default; $red: #ca3120 !default; $yellow: #f0ad4e !default; -$brand-color: #ff7518 !default; +$brand-color: #f98012 !default; $text-color: $gray-900 !default; $text-color-rgb: color-to-rgb-list($text-color) !default;