From 38043a9954d64870d6a6e5c4cecab5c799cdb929 Mon Sep 17 00:00:00 2001 From: Raghav Sharma Date: Wed, 29 May 2024 13:09:20 +0530 Subject: [PATCH] Changed the color of the tooltip --- libs/features/webapp-prompt/tooltip.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/features/webapp-prompt/tooltip.css b/libs/features/webapp-prompt/tooltip.css index cf806ebf32..076dd979a2 100644 --- a/libs/features/webapp-prompt/tooltip.css +++ b/libs/features/webapp-prompt/tooltip.css @@ -3,7 +3,7 @@ position: absolute; display: inline-flex; z-index: 201; - background-color: rgb(20, 115, 230); + background-color: #3B63FB; height: fit-content; width: 8.875rem; top: 120%; @@ -29,7 +29,7 @@ content: ''; position: absolute; z-index: 200; - background-color: rgb(20, 115, 230); + background-color: #3B63FB; width: 0.44rem; height: 0.44rem; border-radius: 0.05rem;