MOBILE-4201 style: New branding colors

main
Pau Ferrer Ocaña 2023-09-05 15:38:45 +02:00
parent 47a9a2ae06
commit 0a3125837d
1 changed files with 2 additions and 2 deletions

View File

@ -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;