File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ const ChartVersionAndTypeSelector = ({ setSelectedChartRefId }: ChartVersionAndT
70
70
return (
71
71
< div className = "flex" >
72
72
< div className = "chart-type-options flex" data-testid = "chart-type-options" >
73
- < span className = "chart-type-options-label mr-4" > Chart Type</ span >
73
+ < span className = "cn-7 mr-4" > Chart Type</ span >
74
74
< ReactSelect
75
75
value = { selectedChartType ?? chartTypeOptions [ 0 ] }
76
76
options = { chartTypeOptions }
@@ -79,7 +79,7 @@ const ChartVersionAndTypeSelector = ({ setSelectedChartRefId }: ChartVersionAndT
79
79
/>
80
80
</ div >
81
81
< div className = "chart-version-options flex" data-testid = "chart-version-options" >
82
- < span className = "chart-version-options-label mr-4" > Chart Version</ span >
82
+ < span className = "cn-7 mr-4" > Chart Version</ span >
83
83
< ReactSelect
84
84
value = { selectedChartVersion ?? chartVersionOptions [ 0 ] }
85
85
options = { chartVersionOptions }
You can’t perform that action at this time.
0 commit comments