@@ -37,12 +37,16 @@ class ThemeColorPage extends BackPageComponent{
37
37
{ this . _renderColorItem ( colors . orangeRed ) }
38
38
{ this . _renderColorItem ( colors . orange ) }
39
39
{ this . _renderColorItem ( colors . yellow ) }
40
+ { this . _renderColorItem ( colors . yellowGreen ) }
40
41
{ this . _renderColorItem ( colors . lightGreen ) }
41
42
{ this . _renderColorItem ( colors . limeGreen ) }
42
43
{ this . _renderColorItem ( colors . seaGreen ) }
44
+ { this . _renderColorItem ( colors . skyBlue ) }
43
45
{ this . _renderColorItem ( colors . lightBlue ) }
44
46
{ this . _renderColorItem ( colors . dodgerBlue ) }
47
+ { this . _renderColorItem ( colors . thistle ) }
45
48
{ this . _renderColorItem ( colors . purple ) }
49
+ { this . _renderColorItem ( colors . slateBlue ) }
46
50
{ this . _renderColorItem ( colors . black ) }
47
51
</ ScrollView >
48
52
</ View >
@@ -92,20 +96,19 @@ const styles = StyleSheet.create({
92
96
} ,
93
97
img :{
94
98
width : px2dp ( 250 ) ,
95
- height : px2dp ( 412 ) ,
99
+ height : px2dp ( 411 ) ,
96
100
position : 'absolute' ,
97
101
top : ( theme . screenHeight - px2dp ( 420 ) ) / 2 ,
98
102
left : ( theme . screenWidth - px2dp ( 250 ) ) / 2 ,
103
+ borderWidth : theme . segment . width ,
104
+ borderColor : theme . segment . color
99
105
} ,
100
106
colorPanel : {
101
107
width : px2dp ( 250 ) ,
102
- height : px2dp ( 390 ) ,
108
+ height : px2dp ( 411 ) ,
103
109
position : 'absolute' ,
104
110
top : ( theme . screenHeight - px2dp ( 420 ) ) / 2 ,
105
- left : ( theme . screenWidth - px2dp ( 250 ) ) / 2 ,
106
- borderWidth : theme . segment . width ,
107
- borderColor : theme . segment . color ,
108
- //elevation: 5,
111
+ left : ( theme . screenWidth - px2dp ( 250 ) ) / 2
109
112
} ,
110
113
colorBlock : {
111
114
borderRadius : 5 ,
0 commit comments