From eeb01ce9493ecdc7d592c6a76abdeaf8528cb634 Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:22:53 -0500 Subject: [PATCH] Update color of call link lobby notice Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com> --- stylesheets/components/CallingLobby.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/components/CallingLobby.scss b/stylesheets/components/CallingLobby.scss index 55adbdd580..940c8b4bd9 100644 --- a/stylesheets/components/CallingLobby.scss +++ b/stylesheets/components/CallingLobby.scss @@ -43,7 +43,7 @@ padding-inline: 18px; margin-block-end: 32px; width: 340px; - background: $color-black-alpha-60; + background: $color-gray-78; color: $color-white; border-radius: 10px; align-items: center;