I have a perspective app that currently takes advantage of the built in themes for styling. Unfortunately, it seems the title color and axis colors for the XY chart do not want to use these themes. (putting in "--neutral-80" for the color fields just makes them black despite the current theme).
For the title, the workaround there would be easy by just using a standard label component, but for the axis, I'm having trouble thinking of a way to make the colors obey the built-in themes. Does anyone have any ideas?