@@ -42,39 +42,40 @@ function getDefaultNavigationStyle() {
42
42
statusBar : {
43
43
visible : true ,
44
44
style : 'light' ,
45
- backgroundColor : Colors . primary // for Android
45
+ backgroundColor : Colors . $backgroundPrimaryHeavy // for Android
46
46
} ,
47
47
layout : {
48
- backgroundColor : Colors . white ,
49
- orientation : [ 'portrait' , 'landscape' ]
48
+ backgroundColor : Colors . $backgroundDefault ,
49
+ orientation : [ 'portrait' , 'landscape' ] ,
50
+ componentBackgroundColor : Colors . $backgroundDefault
50
51
} ,
51
52
topBar : {
52
53
visible : true ,
53
54
noBorder : true , // for iOS
54
55
elevation : 0 , // for Android
55
56
background : {
56
- color : Colors . primary
57
+ color : Colors . $backgroundPrimaryHeavy
57
58
} ,
58
59
title : {
59
- color : Colors . white ,
60
+ color : Colors . $textDefaultLight ,
60
61
fontSize : Typography . text60H . fontSize ,
61
62
fontFamily : Typography . text65H . fontFamily
62
63
} ,
63
64
subtitle : {
64
- color : Colors . white ,
65
+ color : Colors . $textDefaultLight ,
65
66
fontSize : Typography . text80T . fontSize ,
66
67
fontFamily : Typography . text80 . fontFamily
67
68
} ,
68
69
backButton : {
69
70
// visible: true,
70
- color : Colors . white ,
71
+ color : Colors . $iconDefaultLight ,
71
72
showTitle : Constants . isIOS ? false : undefined ,
72
73
testID : 'pop'
73
74
} ,
74
- leftButtonColor : Colors . white ,
75
- leftButtonDisabledColor : Colors . rgba ( Colors . white , 0.6 ) ,
76
- rightButtonColor : Colors . white ,
77
- rightButtonDisabledColor : Colors . rgba ( Colors . white , 0.6 )
75
+ leftButtonColor : Colors . $iconDefaultLight ,
76
+ leftButtonDisabledColor : Colors . $iconDisabled ,
77
+ rightButtonColor : Colors . $iconDefaultLight ,
78
+ rightButtonDisabledColor : Colors . $iconDisabled
78
79
}
79
80
} ;
80
81
}
0 commit comments