Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't set the new tab button colors for now (microsoft#5749)
This is actually related to another issue we have, microsoft#3917. I think if the system is set to "Dark" theme, but the app is set to light theme, then the brush lookup in `_ClearNewTabButtonColor` still returns to us the dark theme brushes. Fortunately, since we're not actually setting the color of the new tab button anymore, we can just remove the call to that method now, and loop back on it later. ## References * regressed in microsoft#3789 * related to microsoft#3917 ## PR Checklist * [x] Closes microsoft#5741
- Loading branch information