Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information