We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f437a commit f490b91Copy full SHA for f490b91
1 file changed
src/legacy/core_plugins/vis_type_timeseries/public/visualizations/views/timeseries/utils/theme.ts
@@ -62,7 +62,7 @@ function findBestContrastColor(
62
bgColor: string,
63
lightFgColor: string,
64
darkFgColor: string,
65
- ratio = 4.4
+ ratio = 4.5
66
) {
67
const lc = computeContrast(bgColor, lightFgColor);
68
const dc = computeContrast(bgColor, darkFgColor);
0 commit comments