Skip to content

Commit 7e17c5a

Browse files
committed
Change to info styling of notifications.
1 parent 1fc4699 commit 7e17c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/disablesave.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const disableSavePlugin: JupyterFrontEndPlugin<void> = {
4949
const notify = () => {
5050
Notification.emit(
5151
SAVE_MESSAGE,
52-
'default',
52+
'info',
5353
{
5454
autoClose: 2000
5555
}

0 commit comments

Comments
 (0)