From 19fbd7a0c45e8f2db1a97cf5d1ad7fa5f0e504ca Mon Sep 17 00:00:00 2001 From: Jaanus Sellin Date: Mon, 4 Mar 2024 14:16:45 +0200 Subject: [PATCH] fix: change application success to checkbox icon (#6417) --- frontend/src/component/application/ApplicationChart.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/frontend/src/component/application/ApplicationChart.tsx b/frontend/src/component/application/ApplicationChart.tsx index 367458b070..d4e24ca8ed 100644 --- a/frontend/src/component/application/ApplicationChart.tsx +++ b/frontend/src/component/application/ApplicationChart.tsx @@ -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 = () => ( - ({ color: theme.palette.success.main, })}