From a88d6b88240fc72eb90b1bf89a2f76a5ab9a3507 Mon Sep 17 00:00:00 2001 From: MathGuich <146068290+MathGuich@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:53:30 +0100 Subject: [PATCH] feat(app): modify background rollback --- mon-pix/app/styles/components/_certification-banner.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mon-pix/app/styles/components/_certification-banner.scss b/mon-pix/app/styles/components/_certification-banner.scss index 4418cef5540..70aaca1cf32 100644 --- a/mon-pix/app/styles/components/_certification-banner.scss +++ b/mon-pix/app/styles/components/_certification-banner.scss @@ -10,7 +10,7 @@ width: 100%; height: 270px; color: var(--pix-neutral-0); - background: var(--pix-certif-500); + background: $pix-primary-certif-gradient; box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%); } }