From fd0c994944d851064b777040314a67d48e074408 Mon Sep 17 00:00:00 2001 From: shahmargi12 <124675506+shahmargi12@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:30:51 +0530 Subject: [PATCH] fix: align notifcation page search field color with other pages (#1178) https://github.com/eclipse-tractusx/portal-frontend/issues/1169 --- src/components/pages/NotificationCenter/Notifications.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/pages/NotificationCenter/Notifications.scss b/src/components/pages/NotificationCenter/Notifications.scss index 24cda0039..182cc5b72 100644 --- a/src/components/pages/NotificationCenter/Notifications.scss +++ b/src/components/pages/NotificationCenter/Notifications.scss @@ -193,9 +193,6 @@ .searchContainer .MuiBox-root { width: 40%; - svg { - color: #0f71cb; - } } .searchContainer .MuiBox-root svg:hover { background-color: rgb(176 206 235 / 40%); @@ -203,8 +200,6 @@ } .searchContainer .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline { - border-color: #fdb943 !important; - border-width: 2px; border-radius: 16px; }