Skip to content

Commit a8c4fde

Browse files
committed
fix: icon issue for configuration in deploy history
1 parent 719352e commit a8c4fde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Shared/Components/CICDHistory/DeploymentHistoryDiff/DeploymentHistoryConfigList.component.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { useEffect, useState } from 'react'
1919
import { NavLink } from 'react-router-dom'
2020
import { useRouteMatch, useParams } from 'react-router'
2121
import { GenericEmptyState, Progressing } from '../../../../Common'
22-
import { ReactComponent as RightArrow } from '../../../../Assets/Icon/ic-arrow-forward.svg'
22+
import { ReactComponent as ICChevron } from '../../../../Assets/Icon/ic-chevron-down.svg'
2323
import { DeploymentHistoryParamsType, TemplateConfiguration } from './types'
2424
import { getDeploymentHistoryList } from '../service'
2525
import { EMPTY_STATE_STATUS, DEPLOYMENT_HISTORY_CONFIGURATION_LIST_MAP } from '../../../constants'
@@ -65,7 +65,7 @@ const DeploymentHistoryConfigList = ({
6565
className="bcb-1 dc__no-decor bcn-0 cn-9 pl-16 pr-16 pt-12 pb-12 br-4 en-2 bw-1 mb-12 flex dc__content-space cursor lh-20"
6666
>
6767
{childComponentName || currentComponent.DISPLAY_NAME}
68-
<RightArrow className="rotate icon-dim-20" style={{ ['--rotateBy' as any]: '180deg' }} />
68+
<ICChevron className="icon-dim-20 fcn-6 dc__flip-270" />
6969
</NavLink>
7070
)
7171
}

0 commit comments

Comments
 (0)