@@ -9,19 +9,23 @@ export const ICONS = {
99 CLOSE : require ( './icons/close.png' ) ,
1010} ;
1111
12+ /**
13+ * Pulled out colors for clairity and easeier rework
14+ */
1215export const THEME = {
1316 badgeDotBackgroundColor : Colors . GREY ,
1417 badgeBackgroundColor : Colors . ALTO ,
15- dropDownContainerBackgroundColor : Colors . EBONY_CLAY ,
18+ dropDownContainerBackgroundColor : Colors . WHITE ,
1619 dropDownContainerBorderColor : Colors . BLACK ,
17- itemSeparatorBackgroundColor : Colors . SHUTTLE_GREY ,
18- labelColor : Colors . HEATHER ,
19- ListItemLabelColor : Colors . HEATHER ,
20- modalContentContainerBackgroundColor : Colors . EBONY_CLAY ,
21- modalTitleColor : Colors . HEATHER ,
22- listMessageTextColor : Colors . HEATHER ,
23- searchContainerBorderBottomColor : Colors . SHUTTLE_GREY ,
24- searchTextInputBorderColor : Colors . SHUTTLE_GREY ,
20+ itemSeparatorBackgroundColor : Colors . BLACK ,
21+ labelColor : Colors . BLACK ,
22+ listItemLabelColor : Colors . BLACK ,
23+ modalContentContainerBackgroundColor : Colors . WHITE ,
24+ modalTitleColor : Colors . BLACK ,
25+ listMessageTextColor : Colors . BLACK , // not currently used
26+ searchContainerBorderBottomColor : Colors . BLACK ,
27+ searchTextInputBorderColor : Colors . BLACK ,
28+ searchTextInputColor : Colors . BLACK ,
2529 backgroundColor : Colors . WHITE ,
2630 borderColor : Colors . BLACK
2731}
@@ -122,7 +126,7 @@ export default StyleSheet.create({
122126 paddingHorizontal : 10 ,
123127 } ,
124128 listItemLabel : {
125- color : THEME . ListItemLabelColor ,
129+ color : THEME . listItemLabelColor ,
126130 flex : 1 ,
127131 } ,
128132 listMessageContainer : {
@@ -153,7 +157,7 @@ export default StyleSheet.create({
153157 borderColor : THEME . searchTextInputBorderColor ,
154158 borderRadius : 8 ,
155159 borderWidth : 1 ,
156- color : Colors . BLACK ,
160+ color : THEME . searchTextInputColor ,
157161 flexGrow : 1 ,
158162 flexShrink : 1 ,
159163 margin : 0 ,
0 commit comments