File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ const styles = StyleSheet.create({
128128 width : '100%' ,
129129 alignItems : 'center' ,
130130 justifyContent : 'flex-start' ,
131- backgroundColor : 'transparent' ,
132131 } ,
133132 leftContainer : {
134133 flexDirection : 'row' ,
@@ -137,15 +136,13 @@ const styles = StyleSheet.create({
137136 justifyContent : 'flex-start' ,
138137 alignItems : 'center' ,
139138 overflow : 'hidden' ,
140- backgroundColor : 'transparent' ,
141139 } ,
142140 centerContainer : {
143141 flex : 1 ,
144142 flexDirection : 'row' ,
145143 paddingHorizontal : 6 ,
146144 alignItems : 'center' ,
147145 justifyContent : 'center' ,
148- backgroundColor : 'transparent' ,
149146 } ,
150147 rightContainer : {
151148 flexDirection : 'row-reverse' ,
@@ -154,7 +151,6 @@ const styles = StyleSheet.create({
154151 alignItems : 'center' ,
155152 justifyContent : 'flex-start' ,
156153 overflow : 'hidden' ,
157- backgroundColor : 'transparent' ,
158154 } ,
159155 noFlex : { display : 'none' } ,
160156} ) ;
You can’t perform that action at this time.
0 commit comments