What color is the property of HighlightSelectedItemColor set to? if it's set to white and item text set to white then I would expect the text to disappear.
I tried HighlightSelectedItemColor and what it does is to permanently change the background color of the currently selected item.
What I wanted, instead, is to have that brief flash, brief change of color, that happens when you tap an item. It flashes and then it goes away after a second.
What I finally realized is that this temporary flash is achieved by darkening the current background color under that item for just a second. But if the background color is black, as I make it in dark mode, then the darkening of the current item's background is not visible, because the background color is already black. What should happen in that case is a lightening of the background color, but I don't think there's an option for that. Does anyone know if there is? My only other option would be to make the background rather dark but not quite black, so that the darkening of that already dark background should still be at least barely noticeable, instead of the totally invisible effect when the background is fully black...
But if anyone has a better solution, I'd be very grateful.