mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: change application success to checkbox icon (#6417)
This commit is contained in:
parent
68729333e0
commit
19fbd7a0c4
@ -8,7 +8,12 @@ import {
|
||||
} from 'openapi';
|
||||
import { useRequiredPathParam } from 'hooks/useRequiredPathParam';
|
||||
import { HelpIcon } from '../common/HelpIcon/HelpIcon';
|
||||
import { CloudCircle, Flag, WarningAmberRounded } from '@mui/icons-material';
|
||||
import {
|
||||
CheckCircle,
|
||||
CloudCircle,
|
||||
Flag,
|
||||
WarningAmberRounded,
|
||||
} from '@mui/icons-material';
|
||||
import TimeAgo from 'react-timeago';
|
||||
import { usePlausibleTracker } from 'hooks/usePlausibleTracker';
|
||||
import { getApplicationIssueMode } from './ApplicationIssues/ApplicationIssues';
|
||||
@ -127,7 +132,7 @@ const useElementWidth = () => {
|
||||
};
|
||||
const SuccessStatus = () => (
|
||||
<StyledStatus mode='success'>
|
||||
<WarningAmberRounded
|
||||
<CheckCircle
|
||||
sx={(theme) => ({
|
||||
color: theme.palette.success.main,
|
||||
})}
|
||||
|
Loading…
Reference in New Issue
Block a user