I built a navigation component from the great Daniel Christian video: Power Apps Smart Navigation Menu and everything works in the authoring tool but when I preview it, all the link text for the navbar disappear until I hover over and click the navbar link.
This is the navbar component looks in the authoring tool when previewed.

However, this is how the navbar component looks once published, missing all text links except the selected one, Home.

This is the component and its custom properties.

This is the OnSelect code (I added a transparent button so cursor would display a hand icon onHover)

This is the gallery's Items property.

This is the Fill property for a rectangle that is currently selected.
It behaves like it might be a cache issue but I'm stumped on a solution. Any recommendations?