File tree 2 files changed +6
-6
lines changed
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');
3
3
var _alert = {
4
4
message : '' ,
5
5
open : false ,
6
- action : 'note ' ,
6
+ action : 'NOTE ' ,
7
7
duration : 1500 ,
8
8
} ;
9
9
var open = {
10
10
open : true ,
11
- action : 'note ' ,
11
+ action : 'NOTE ' ,
12
12
duration : 1500
13
13
} ;
14
14
var colors = {
15
- pass : '#73C990' ,
15
+ PASS : '#73C990' ,
16
16
FAIL : '#FF4081' ,
17
17
NOTE : '#9DA5B4' ,
18
18
} ;
Original file line number Diff line number Diff line change @@ -6,18 +6,18 @@ import {
6
6
const _alert : CR . Alert = {
7
7
message : '' ,
8
8
open : false ,
9
- action : 'note ' ,
9
+ action : 'NOTE ' ,
10
10
duration : 1500 ,
11
11
} ;
12
12
13
13
const open = {
14
14
open : true ,
15
- action : 'note ' ,
15
+ action : 'NOTE ' ,
16
16
duration : 1500
17
17
} ;
18
18
19
19
const colors = {
20
- pass : '#73C990' ,
20
+ PASS : '#73C990' ,
21
21
FAIL : '#FF4081' ,
22
22
NOTE : '#9DA5B4' ,
23
23
} ;
You can’t perform that action at this time.
0 commit comments