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
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
The visual style of InAppNotification should be updated to match that of the InfoBar.
Current style of the InAppNotification:
Current style of InfoBar (with hover over Close button):
Describe the solution
My proposal
Removes the border from the notification.
Lowers the fontsize to match the one from InfoBar
Brings the background color of the notification from InfoBar.
Applies a similar background change to the Close button on hover (and has rounded corners as well), and moves it to the top.
Removes the foreground change on the Close button on hover.
Describe alternatives you've considered
Currently I was using InAppNotification and I was playing with the idea of moving to either TeachingTooltip or InfoBar (although the latter is not meant for the kind of "temporal notifications" I want to warn the user about).