1
0
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:
andreas-unleash 2023-12-21 14:38:33 +02:00 committed by GitHub
parent 029af91e9e
commit aea18d1ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -301,7 +301,7 @@ const ScheduledPending = ({
<StyledFlexAlignCenterBox> <StyledFlexAlignCenterBox>
<StyledScheduledIcon /> <StyledScheduledIcon />
<Box> <Box>
<StyledReviewTitle color={theme.palette.warning.main}> <StyledReviewTitle color={theme.palette.warning.dark}>
Changes are scheduled to be applied on:{' '} Changes are scheduled to be applied on:{' '}
{new Date(schedule?.scheduledAt).toLocaleString()} {new Date(schedule?.scheduledAt).toLocaleString()}
</StyledReviewTitle> </StyledReviewTitle>