Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix colored tab losing color when unselected (#18306)
If we colored a tab, then switched to another tab, there's a bug that the unselected tab loses its color. This was introduced in PR #18109. This PR fixes that by actually applying the selected color to the tab (whoops). Additionally, I removed setting the "TabViewItemHeaderCloseButtonBackground" resource because it looked weird (see comment in PR). Closes #18226
- Loading branch information