From 3f22a78c5ad91df0dc1a179c6066d56e71d8bb5d Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Mon, 24 Jun 2024 07:53:41 -0300 Subject: [PATCH] Fixed beta --- src/frontend/src/style/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/src/style/index.css b/src/frontend/src/style/index.css index ba61e8fb8..e362a0345 100644 --- a/src/frontend/src/style/index.css +++ b/src/frontend/src/style/index.css @@ -139,6 +139,7 @@ --beta-background: rgb(37 99 235); --beta-foreground: rgb(219 234 254); + --beta-foreground-soft: rgb(219 234 254); --chat-bot-icon: #235d70; --chat-user-icon: #4f3d6e;