File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ var _types_1 = require('../../actions/_types');
33var _alert = {
44 message : '' ,
55 open : false ,
6- action : 'note ' ,
6+ action : 'NOTE ' ,
77 duration : 1500 ,
88} ;
99var open = {
1010 open : true ,
11- action : 'note ' ,
11+ action : 'NOTE ' ,
1212 duration : 1500
1313} ;
1414var colors = {
15- pass : '#73C990' ,
15+ PASS : '#73C990' ,
1616 FAIL : '#FF4081' ,
1717 NOTE : '#9DA5B4' ,
1818} ;
Original file line number Diff line number Diff line change @@ -6,18 +6,18 @@ import {
66const _alert : CR . Alert = {
77 message : '' ,
88 open : false ,
9- action : 'note ' ,
9+ action : 'NOTE ' ,
1010 duration : 1500 ,
1111} ;
1212
1313const open = {
1414 open : true ,
15- action : 'note ' ,
15+ action : 'NOTE ' ,
1616 duration : 1500
1717} ;
1818
1919const colors = {
20- pass : '#73C990' ,
20+ PASS : '#73C990' ,
2121 FAIL : '#FF4081' ,
2222 NOTE : '#9DA5B4' ,
2323} ;
You can’t perform that action at this time.
0 commit comments