From 3564d2fddfa74a7f907a53300150002f46417a5e Mon Sep 17 00:00:00 2001 From: Bennett Date: Sun, 11 Oct 2020 20:07:34 +0200 Subject: Improve Ferdi's design (#977) Co-authored-by: Amine Mouafik --- src/styles/colors.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/styles/colors.scss') diff --git a/src/styles/colors.scss b/src/styles/colors.scss index d89d42b9e..6afe872bd 100644 --- a/src/styles/colors.scss +++ b/src/styles/colors.scss @@ -1,7 +1,7 @@ @import "./type-helper"; $theme-brand-primary: convert-rgb-string-to-color($raw-theme-brand-primary); -$theme-brand-gradient: linear-gradient( 135deg, #CE9FFC 10%, #7367F0 100%); +$theme-brand-gradient: #7266F0; $theme-brand-success: convert-rgb-string-to-color($raw-theme-brand-success); $theme-brand-info: convert-rgb-string-to-color($raw-theme-brand-info); $theme-brand-warning: convert-rgb-string-to-color($raw-theme-brand-warning); -- cgit v1.2.3-70-g09d2