I'm trying to use containerBackground to help distinguish between pages in a horizontal TabView, but all of the tab items get the background specified on the first item.
I tried using containerBackground in another part of my app that uses a vertical TabView, and it works perfectly there.
Does this just not work for horizontal tabs? That seems weird.