Skip to content

Commit

Permalink
refactor: update vis token value to hex
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll committed Nov 6, 2024
1 parent e328dd9 commit f7db3c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const colorVis: _EuiThemeVisColors = {
euiColorVisDanger0: '#CC5642',
euiColorVisDanger1: euiPaletteColorBlind.euiColorVis9.graphic,

euiColorVisNeutral0: 'white',
euiColorVisNeutral0: '#FFFFFF',

euiColorVisGrey0: '#d3dae6',
euiColorVisGrey1: '#98a2b3',
Expand Down

0 comments on commit f7db3c3

Please sign in to comment.