From 686553362b67775e0a8e686ca02a8ec0c863c962 Mon Sep 17 00:00:00 2001 From: Ebru Yucesar Date: Mon, 1 Apr 2024 09:39:24 -0400 Subject: [PATCH] [ENG-763] update banner --- src/components/cap-notification-banner.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/cap-notification-banner.js b/src/components/cap-notification-banner.js index 6dfd949..aa04eda 100644 --- a/src/components/cap-notification-banner.js +++ b/src/components/cap-notification-banner.js @@ -9,7 +9,7 @@ export class CapNotificationBanner extends LitElement { display: flex; font-size: var(--font-size-100); padding: var(--spacing-75); - background-color: var(--color-twilight); + background-color: var(--color-yellow); } .banner__message { @@ -32,12 +32,12 @@ export class CapNotificationBanner extends LitElement { return html` `;