Skip to content

Commit bef6d2a

Browse files
committedNov 17, 2017
Use the dark icon which is visible
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent ecf9f22 commit bef6d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/Notification/Notifier.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function prepare(INotification $notification, $languageCode) {
8989
}
9090

9191
$notification
92-
->setIcon($this->url->getAbsoluteURL($this->url->imagePath('spreed', 'app.svg')))
92+
->setIcon($this->url->getAbsoluteURL($this->url->imagePath('spreed', 'app-dark.svg')))
9393
->setLink($this->url->linkToRouteAbsolute('spreed.Page.index') . '?token=' . $room->getToken());
9494

9595
$subject = $notification->getSubject();

0 commit comments

Comments
 (0)