Skip to content
Snippets Groups Projects
Commit f07b8ade authored by Florent Poittevin's avatar Florent Poittevin
Browse files

Change notification service info to blue color

parent d7e64980
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ export class NotificationService { ...@@ -15,7 +15,7 @@ export class NotificationService {
} }
showInformation(message: string, translate: boolean): void { showInformation(message: string, translate: boolean): void {
this.show(message, translate, NotificationTypeEnum.error, environment.defaultNotificationInformationDurationInSeconds); this.show(message, translate, NotificationTypeEnum.information, environment.defaultNotificationInformationDurationInSeconds);
} }
showWarning(message: string, translate: boolean): void { showWarning(message: string, translate: boolean): void {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment