mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: review status title color (#5716)
Closes # [1-1825](https://linear.app/unleash/issue/1-1825/change-the-color-of-the-scheduled-and-pending-state-to-warningdark) Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
parent
029af91e9e
commit
aea18d1ac4
@ -301,7 +301,7 @@ const ScheduledPending = ({
|
||||
<StyledFlexAlignCenterBox>
|
||||
<StyledScheduledIcon />
|
||||
<Box>
|
||||
<StyledReviewTitle color={theme.palette.warning.main}>
|
||||
<StyledReviewTitle color={theme.palette.warning.dark}>
|
||||
Changes are scheduled to be applied on:{' '}
|
||||
{new Date(schedule?.scheduledAt).toLocaleString()}
|
||||
</StyledReviewTitle>
|
||||
|
Loading…
Reference in New Issue
Block a user