.NET MAUI tip: stop checking the app theme every time you need a color. AppThemeBinding lets XAML pick Light/Dark resources, and update when the system theme changes. Less theme plumbing. Fewer dark mode surprises. https://learn.microsoft.com/dotnet/maui/user-interface/system-theme-changes
2 likes 0 replies
?