You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am curious about how to manage dark/light mode in Comet. In XAML, we typically express this with code such as Value="{AppThemeBinding Light={StaticResource SecondaryBackgroundColorLight}, Dark={StaticResource SecondaryBackgroundColorDark}}" How would one achieve the same effect in Comet? I aim to establish a background color for a button that corresponds to the current app theme.
The text was updated successfully, but these errors were encountered:
I am curious about how to manage dark/light mode in Comet. In XAML, we typically express this with code such as
Value="{AppThemeBinding Light={StaticResource SecondaryBackgroundColorLight}, Dark={StaticResource SecondaryBackgroundColorDark}}"
How would one achieve the same effect in Comet? I aim to establish a background color for a button that corresponds to the current app theme.The text was updated successfully, but these errors were encountered: