From 053e7d480add522c401bcdb3ed8d89caada38c92 Mon Sep 17 00:00:00 2001 From: Ben Stein Date: Fri, 13 Oct 2023 15:33:05 -0400 Subject: [PATCH] Update status light styling --- .../components/status-light/status-light.component.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/gameboard-ui/src/app/core/components/status-light/status-light.component.scss b/projects/gameboard-ui/src/app/core/components/status-light/status-light.component.scss index 8a43b057..4f61d20c 100644 --- a/projects/gameboard-ui/src/app/core/components/status-light/status-light.component.scss +++ b/projects/gameboard-ui/src/app/core/components/status-light/status-light.component.scss @@ -36,11 +36,11 @@ circle { @keyframes glow { from { filter: drop-shadow(0px 0px 0px #ddd); - fill: darken(#32a852, 20%); + fill: darken(#0078b8, 20%); } to { - filter: drop-shadow(0px 0px 3px #0078b8); - fill: #4cbb17; + filter: drop-shadow(0px 0px 3px #00a0f7); + fill: #00a0f7; } }