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
Make appbar notification icons consistent accross new UI pages (#659)
* Swap enableNotifications flag to on by default
the enableNotifications flag on the template.purs was true by default.
It made more sense to be disableNotifications and false by default, so
that the most common case is the unset case.
* Remove inherit colour inline style on logout icon
logout icon was set to inherit colour which meant it was unaffected by
theming. Removed this style.
0 commit comments