Skip to content

Commit 77b2159

Browse files
authored
fix: align notifcation page search field color with other pages (eclipse-tractusx#1178)
eclipse-tractusx#1169
1 parent 0981c2e commit 77b2159

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/pages/NotificationCenter/Notifications.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,18 +193,13 @@
193193

194194
.searchContainer .MuiBox-root {
195195
width: 40%;
196-
svg {
197-
color: #0f71cb;
198-
}
199196
}
200197
.searchContainer .MuiBox-root svg:hover {
201198
background-color: rgb(176 206 235 / 40%);
202199
border-radius: 20px;
203200
}
204201

205202
.searchContainer .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline {
206-
border-color: #fdb943 !important;
207-
border-width: 2px;
208203
border-radius: 16px;
209204
}
210205

0 commit comments

Comments
 (0)