From e24b7936655374b3d2054522c4e3f8b0a54686f9 Mon Sep 17 00:00:00 2001 From: CJ Date: Wed, 3 Dec 2025 15:57:07 -0600 Subject: [PATCH] slight color update to blend in better with other buttons --- ui/v2.5/src/components/ScenePlayer/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/v2.5/src/components/ScenePlayer/styles.scss b/ui/v2.5/src/components/ScenePlayer/styles.scss index ebc472d0c..8b7c503a0 100644 --- a/ui/v2.5/src/components/ScenePlayer/styles.scss +++ b/ui/v2.5/src/components/ScenePlayer/styles.scss @@ -133,7 +133,7 @@ $sceneTabWidth: 450px; &.vjs-icon-play-circle::after, &.vjs-icon-cancel::after { - background-color: rgba(80, 80, 80, 0.9); + background-color: rgb(255 255 255 / 70%); border-radius: 8px; content: ""; height: 2.5rem;