Skip to content

Commit

Permalink
change vertical cursor color of charts to selectedActive for better c…
Browse files Browse the repository at this point in the history
…ontrast
  • Loading branch information
JeanMarcMilletScality committed Mar 26, 2024
1 parent 020d977 commit 7c29a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},

/*
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/vegachartv2/VegaChartV2.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function VegaChartInternal(
domainColor: 'transparent',
},
title: {
color: currentTheme.buttonDelete,
color: currentTheme.textPrimary,
font: 'Lato',
},
view: {
Expand Down

0 comments on commit 7c29a8c

Please sign in to comment.