From bfbeae1c22714b6acf07db6262f6ac842966b3ab Mon Sep 17 00:00:00 2001 From: hiralsonip <66827672+hiralsonip@users.noreply.github.com> Date: Tue, 7 May 2024 15:07:32 -0400 Subject: [PATCH] Update the background color of dropdown menu on profile page for team and project section --- .../UserProfile/TeamsAndProjects/TeamsAndProjects.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/UserProfile/TeamsAndProjects/TeamsAndProjects.css b/src/components/UserProfile/TeamsAndProjects/TeamsAndProjects.css index 16ccd54722..1de7aa8bd4 100644 --- a/src/components/UserProfile/TeamsAndProjects/TeamsAndProjects.css +++ b/src/components/UserProfile/TeamsAndProjects/TeamsAndProjects.css @@ -46,7 +46,8 @@ .project-auto-complete:hover { /* background: #1d62f0; */ - background: #007BFF; + /* background: #007BFF; */ + background: #DDEBFF; } .team-auto-complete { @@ -56,7 +57,8 @@ .team-auto-complete:hover { /* background: #1d62f0; */ - background: #007BFF; + /* background: #007BFF; */ + background: #DDEBFF; } #myTabContent {