Skip to content

Commit 591cf02

Browse files
committed
chore: Caret icon replaced from chart card
1 parent 7772671 commit 591cf02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/charts/ChartCard.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import {
2727
useMainContext,
2828
} from '@devtron-labs/devtron-fe-common-lib'
2929

30-
import { ReactComponent as ICCaretSmall } from '@Icons/ic-caret-left-small.svg'
3130
import { InteractiveCellText } from '@Components/common/helpers/InteractiveCellText/InteractiveCellText'
3231

3332
import { ReactComponent as Helm } from '../../assets/icons/ic-default-chart.svg'
@@ -125,7 +124,7 @@ const ChartCard = ({
125124
fontSize={14}
126125
/>
127126
<div className="chart-name__arrow dc__no-shrink flex">
128-
<ICCaretSmall className="icon-dim-16 dc__flip-180 scb-5" />
127+
<Icon name="ic-caret-right-small" color="B500" />
129128
</div>
130129
</div>
131130
{chart.deprecated && renderDeprecatedWarning()}

0 commit comments

Comments
 (0)