Skip to content

Commit 027fcc4

Browse files
authored
Merge pull request #2604 from opossum-tool/chore-use-broken-star
chore: use broken star for modified previously-preferred attributions
2 parents f6edcf2 + fb6e4fa commit 027fcc4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Frontend/Components/Icons/Icons.tsx

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import QuestionMarkIcon from '@mui/icons-material/QuestionMark';
1414
import ReplayIcon from '@mui/icons-material/Replay';
1515
import RuleIcon from '@mui/icons-material/Rule';
1616
import StarIcon from '@mui/icons-material/Star';
17+
import StarHalfIcon from '@mui/icons-material/StarHalf';
1718
import WhatshotIcon from '@mui/icons-material/Whatshot';
1819
import WidgetsIcon from '@mui/icons-material/Widgets';
1920
import { SxProps } from '@mui/material';
@@ -361,11 +362,11 @@ export function ModifiedPreferredIcon({
361362
placement={tooltipPlacement}
362363
disableInteractive
363364
>
364-
<StarIcon
365+
<StarHalfIcon
365366
aria-label={'Modified preferred icon'}
366367
sx={{
367368
...baseIcon,
368-
color: `${OpossumColors.black} !important`,
369+
color: `${OpossumColors.mediumGrey} !important`,
369370
...sx,
370371
}}
371372
className={className}

0 commit comments

Comments
 (0)