Skip to content

Commit

Permalink
fix: align notifcation page search field color with other pages (ecli…
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmargi12 authored and ss-nikunj committed Oct 10, 2024
1 parent 01e1577 commit fd0c994
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/pages/NotificationCenter/Notifications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -193,18 +193,13 @@

.searchContainer .MuiBox-root {
width: 40%;
svg {
color: #0f71cb;
}
}
.searchContainer .MuiBox-root svg:hover {
background-color: rgb(176 206 235 / 40%);
border-radius: 20px;
}

.searchContainer .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline {
border-color: #fdb943 !important;
border-width: 2px;
border-radius: 16px;
}

Expand Down

0 comments on commit fd0c994

Please sign in to comment.