DarkReader color changing in BarChart widget

0
I`m working in a application that makes use of the DarkReader library, that basically makes easier to turn your whole application in dark mode. I`m struggling in how to avoid some change in a chart widget. This is how it looks in light mode:     And this is how it looks in dark mode:     I want the color to remain the same as we see in the light mode. For some elements is possible to do that, it's just a matter of override the dark mode css class. But this case is different...this is how the widget create the bars:     everything is done in the element itself, which makes extremely hard to customize something. I think the key would be to change the attribute "--darkreader-inline-fill", does anyone have any insight?
asked
0 answers