I have two forms in my app. One form is in DefaultMode.New and the other is in DefaultMode.View. They are both on the same screen next to each other. I want both of their backgrounds to match colors, so they both have the same RGB background color set. When I am designing the app, everything matches and looks great, but when I hit play or test the app live, the form with DefaultMode.New as the setting changes to a slightly darker version of the initial color. What I realized is, this is being caused by the DefaultMode, because when they are both set to new, or both set to view, the colors match. Unfortunately I need them in two different states, with the same color as a background. Is there any way to fix this so there is no color shift depending on mode? It seems this shouldn't happen, and I can't find any setting that addresses this issue.
Thanks in advance.