File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
apps/dashboard/web/polaris_web/web/src Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 199
199
}
200
200
201
201
.badge-wrapper-CRITICAL .Polaris-Badge {
202
- background-color : # E51C00 !important ;
202
+ background-color : # DF2909 !important ;
203
203
color : # FFFBFB !important ;
204
204
font-weight : 550 !important ;
205
205
}
206
206
207
207
.badge-wrapper-HIGH .Polaris-Badge {
208
- background-color : # F35C70 !important ;
208
+ background-color : # FA6156 !important ;
209
209
color : # FFFBFB !important ;
210
210
font-weight : 550 !important ;
211
211
}
212
212
213
213
.badge-wrapper-MEDIUM .Polaris-Badge {
214
- background-color : # F4AD69 !important ;
215
- color : # FFFBFB !important ;
214
+ background-color : # FFD79D !important ;
215
+ color : # 202223 !important ;
216
216
font-weight : 550 !important ;
217
217
}
218
218
219
219
.badge-wrapper-LOW .Polaris-Badge {
220
- background-color : # B5B5B5 ;
221
- color : # FFFBFB !important ;
220
+ background-color : # A4E8F2 ;
221
+ color : # 202223 !important ;
222
222
font-weight : 550 !important ;
223
223
}
Original file line number Diff line number Diff line change @@ -1333,15 +1333,15 @@ mapCollectionIdToHostName(apiCollections){
1333
1333
getHexColorForSeverity ( key ) {
1334
1334
switch ( key ) {
1335
1335
case "CRITICAL" :
1336
- return "#E51C00 "
1336
+ return "#DF2909 "
1337
1337
case "HIGH" :
1338
- return "#F35C70 "
1338
+ return "#FA6156 "
1339
1339
case "MEDIUM" :
1340
- return "#F4AD69 "
1340
+ return "#FFD79D "
1341
1341
case "LOW" :
1342
- return "#B5B5B5 "
1342
+ return "#A4E8F2 "
1343
1343
default :
1344
- return "#B5B5B5 "
1344
+ return "#A4E8F2 "
1345
1345
}
1346
1346
1347
1347
} ,
You can’t perform that action at this time.
0 commit comments