Open
Description
Hi Guys,
Currently the inappnotification control for VSCodeNotificationStyle simply displays an "blue" info tag eg.
It would be useful if this control is in sync with the InfoBar control in WinUI 3.0 where you can pass the severity level.
eg.
ExampleInAppNotification.Show("Some text.", duration , severitylevel , severitycolor);