adobe/spectrum-css

[Popover] Tip triangle should have `--highcontrast-` values in color applications.

Westbrook opened this issue · 2 comments

fill: var(--mod-popover-background-color, var(--spectrum-popover-background-color));
stroke: var(--mod-popover-border-color, var(--spectrum-popover-border-color));

The above can lead to
image

Seems like there are system values that should be leveraged ahead of the --mod- values to make sure the force colors are delivered appropriately here.

Added to our Jira backlog. Thanks for reporting this.