The component color I am setting in the application keeps reverting to the default color in the component. Is this a bug or do I have something wrong?
I have a menu component in the Component Library. The component has an Input Property named ThemeColor with Data type = Color. I then set a Fill property of an item in the component to ComponentName.ThemeColor.

Within the canvas app using the component, I set the component ThemeColor property to RGBA(1,173,171,1) and it looks like the color is taking when I test the menu using the Alt key. However, if I change screens, then come back, the default color of the component overrides the property I have set in the app. Although, the app still has displayed, ThemeColor = RGBA(1,173,171,1).

Any ideas on this issue are appreciated.