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