Exactly what the title says.
When loading the page it shows just fine, when filtering the records, the percentage colour disappears.
(having a filter, and F5-ing the page brings it back btw, hence the same screenshot before and after applying a filter.)
Before:

After applying a filter

Before:
<div class="a-Report-percentChart" data-ft-chart="#4cd964" style="--a-percent-chart-bar-background-color: #4cd964;">
<div role="meter" aria-valuenow="41" aria-label="Percent Graph" class="a-Report-percentChart-fill" data-width-fill="41" style="inline-size: 41%;">
</div>
</div>
After:
<div class="a-Report-percentChart" data-ft-chart="#4cd964">
<div role="meter" aria-valuenow="41" aria-label="Percent Graph" class="a-Report-percentChart-fill" data-width-fill="41">
</div>
</div>
So after filtering it seems less stylish.
Any ideas on how to fix this? Or did I stumble onto a bug?