Describe the bug
When using the default background color on the dark theme, or black background, the linkLabel on a partition chart should be white or at least visible.

photo link
To Reproduce
Steps to reproduce the behavior:
- Go to
24_linked_label.story.tsx
- Apply no
textColor to the linkLabel so it uses the default value
- Change theme to
dark (not eui-dark)
- Notice the color contrast logic is bad rendering invisible (black) link labels
- Changing the background color to black causes the same result.
Expected behaviour
Color contrast logic returns a sensible color with black background.
Describe the bug
When using the default background color on the dark theme, or black background, the
linkLabelon a partition chart should be white or at least visible.photo link
To Reproduce
Steps to reproduce the behavior:
24_linked_label.story.tsxtextColorto thelinkLabelso it uses the default valuedark(noteui-dark)Expected behaviour
Color contrast logic returns a sensible color with black background.