1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00

feat: use a grey icon for suspensions

This commit is contained in:
Thomas Heartman 2024-01-11 19:46:33 +05:30
parent 296b4333bf
commit ca8f5a4b34
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

@ -165,7 +165,7 @@ const createTimelineScheduleItem = (schedule: ChangeRequestSchedule) => {
`was ${time}`,
'grey' as const,
<HtmlTooltip title={schedule.reason} arrow>
<ErrorIcon color={'error'} fontSize={'small'} />
<ErrorIcon color={'disabled'} fontSize={'small'} />
</HtmlTooltip>,
];
case 'failed':