|
@@ -65,7 +65,7 @@ export default BottomSiteInfo = ({
|
|
|
<Pressable
|
|
<Pressable
|
|
|
style={({pressed}) => [style, pressed ? styles.stationBarPresed : {}]}
|
|
style={({pressed}) => [style, pressed ? styles.stationBarPresed : {}]}
|
|
|
onPress={() => toChargePage()}>
|
|
onPress={() => toChargePage()}>
|
|
|
- <View style={ui.flexcw}>
|
|
|
|
|
|
|
+ <View style={ui.flexc}>
|
|
|
<TextView
|
|
<TextView
|
|
|
ellipsizeMode='tail'
|
|
ellipsizeMode='tail'
|
|
|
numberOfLines={1}
|
|
numberOfLines={1}
|
|
@@ -201,13 +201,14 @@ const styles = StyleSheet.create({
|
|
|
justifyContent: 'space-around'
|
|
justifyContent: 'space-around'
|
|
|
},
|
|
},
|
|
|
stationTitle: {
|
|
stationTitle: {
|
|
|
- color: '#000',
|
|
|
|
|
|
|
+ flex: 1,
|
|
|
|
|
+ color: textPrimary,
|
|
|
fontSize: 17,
|
|
fontSize: 17,
|
|
|
fontWeight: 'bold'
|
|
fontWeight: 'bold'
|
|
|
},
|
|
},
|
|
|
stationAddress: {
|
|
stationAddress: {
|
|
|
flex: 1,
|
|
flex: 1,
|
|
|
- color: '#999',
|
|
|
|
|
|
|
+ color: textCancel,
|
|
|
fontSize: 12
|
|
fontSize: 12
|
|
|
},
|
|
},
|
|
|
stationAvailable: {
|
|
stationAvailable: {
|