Restyle notification colors

This commit is contained in:
Chris van Marle
2019-03-13 12:52:30 +01:00
parent c0ab2ac297
commit 3880c8dc2c
2 changed files with 5 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fix null dereference in moduleNeedsUpdate when the module isn't visible
- Calendar: Fixed event end times by setting default calendarEndTime to "LT" (Local time format). [#1479]
- Calendar: Fixed missing calendar fetchers after server process restarts [#1589](https://github.com/MichMich/MagicMirror/issues/1589)
- Notification: fixed background color (was white text on white background)
### New weather module
- Fixed weather forecast table display [#1499](https://github.com/MichMich/MagicMirror/issues/1499).