We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7772671 commit 591cf02Copy full SHA for 591cf02
src/components/charts/ChartCard.tsx
@@ -27,7 +27,6 @@ import {
27
useMainContext,
28
} from '@devtron-labs/devtron-fe-common-lib'
29
30
-import { ReactComponent as ICCaretSmall } from '@Icons/ic-caret-left-small.svg'
31
import { InteractiveCellText } from '@Components/common/helpers/InteractiveCellText/InteractiveCellText'
32
33
import { ReactComponent as Helm } from '../../assets/icons/ic-default-chart.svg'
@@ -125,7 +124,7 @@ const ChartCard = ({
125
124
fontSize={14}
126
/>
127
<div className="chart-name__arrow dc__no-shrink flex">
128
- <ICCaretSmall className="icon-dim-16 dc__flip-180 scb-5" />
+ <Icon name="ic-caret-right-small" color="B500" />
129
</div>
130
131
{chart.deprecated && renderDeprecatedWarning()}
0 commit comments