diff --git a/src/lib/components/linetemporalchart/LineTemporalChart.component.tsx b/src/lib/components/linetemporalchart/LineTemporalChart.component.tsx index 144a97d9a1..1a06bc4975 100644 --- a/src/lib/components/linetemporalchart/LineTemporalChart.component.tsx +++ b/src/lib/components/linetemporalchart/LineTemporalChart.component.tsx @@ -327,8 +327,7 @@ function LineTemporalChart({ //https://vega.github.io/vega-lite/docs/datetime.html }, color: { - value: theme.highlight, - opacity: 0.3, + value: theme.selectedActive, }, /* diff --git a/src/lib/components/vegachartv2/VegaChartV2.component.tsx b/src/lib/components/vegachartv2/VegaChartV2.component.tsx index 4b33a77243..395e8adbdb 100644 --- a/src/lib/components/vegachartv2/VegaChartV2.component.tsx +++ b/src/lib/components/vegachartv2/VegaChartV2.component.tsx @@ -83,7 +83,7 @@ function VegaChartInternal( domainColor: 'transparent', }, title: { - color: currentTheme.buttonDelete, + color: currentTheme.textPrimary, font: 'Lato', }, view: {