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:
parent
296b4333bf
commit
ca8f5a4b34
@ -165,7 +165,7 @@ const createTimelineScheduleItem = (schedule: ChangeRequestSchedule) => {
|
|||||||
`was ${time}`,
|
`was ${time}`,
|
||||||
'grey' as const,
|
'grey' as const,
|
||||||
<HtmlTooltip title={schedule.reason} arrow>
|
<HtmlTooltip title={schedule.reason} arrow>
|
||||||
<ErrorIcon color={'error'} fontSize={'small'} />
|
<ErrorIcon color={'disabled'} fontSize={'small'} />
|
||||||
</HtmlTooltip>,
|
</HtmlTooltip>,
|
||||||
];
|
];
|
||||||
case 'failed':
|
case 'failed':
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user