File tree 1 file changed +3
-2
lines changed
src/Frontend/Components/Icons
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import QuestionMarkIcon from '@mui/icons-material/QuestionMark';
14
14
import ReplayIcon from '@mui/icons-material/Replay' ;
15
15
import RuleIcon from '@mui/icons-material/Rule' ;
16
16
import StarIcon from '@mui/icons-material/Star' ;
17
+ import StarHalfIcon from '@mui/icons-material/StarHalf' ;
17
18
import WhatshotIcon from '@mui/icons-material/Whatshot' ;
18
19
import WidgetsIcon from '@mui/icons-material/Widgets' ;
19
20
import { SxProps } from '@mui/material' ;
@@ -361,11 +362,11 @@ export function ModifiedPreferredIcon({
361
362
placement = { tooltipPlacement }
362
363
disableInteractive
363
364
>
364
- < StarIcon
365
+ < StarHalfIcon
365
366
aria-label = { 'Modified preferred icon' }
366
367
sx = { {
367
368
...baseIcon ,
368
- color : `${ OpossumColors . black } !important` ,
369
+ color : `${ OpossumColors . mediumGrey } !important` ,
369
370
...sx ,
370
371
} }
371
372
className = { className }
You can’t perform that action at this time.
0 commit comments