background color for notifications (#84715)

This commit is contained in:
Benjamin Pasero
2019-11-18 17:21:05 +01:00
parent 744b516131
commit 82de26d8c1

View File

@@ -82,7 +82,10 @@ export class NotificationsList extends Themable {
{
...this.options,
setRowLineHeight: false,
horizontalScrolling: false
horizontalScrolling: false,
overrideStyles: {
listBackground: NOTIFICATIONS_BACKGROUND
}
}
));