From e02195024bf9c31506f4a1316e1d6d78de0e0489 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Sat, 8 Jun 2024 12:55:39 -0300 Subject: [PATCH] chore: Update connection color in index.css --- src/frontend/src/style/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/style/index.css b/src/frontend/src/style/index.css index 881738da3..fcb45ddfe 100644 --- a/src/frontend/src/style/index.css +++ b/src/frontend/src/style/index.css @@ -132,7 +132,7 @@ --chat-send: #059669; --status-green: #4ade80; --status-blue: #2563eb; - --connection: #555; + --connection: #6d6c6c; --beta-background: rgb(37 99 235); --beta-foreground: rgb(219 234 254);