From e5f404e863e2be2c066430eb0fc8aa902826639d Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sat, 8 Jun 2024 13:05:06 -0300 Subject: [PATCH] chore: Update selected 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 fcb45ddfe..80faa80b5 100644 --- a/src/frontend/src/style/index.css +++ b/src/frontend/src/style/index.css @@ -74,7 +74,7 @@ --ice: #60a5fa; --hover: #1a202e; --disabled-run: #6366f1; - --selected: #2196f3; + --selected: #0369a1; --muted: 223 27% 11%; /* hsl(223 27% 11%) */ --muted-foreground: 215.4 16.3% 56.9%; /* hsl(215 16% 56%) */