vbea 2 rokov pred
rodič
commit
2033c4db1b

+ 1 - 1
Strides-APP/app/pages/chargeV2/SummaryV2.js

@@ -13,7 +13,7 @@ import { PageList } from '../Router';
 import app from '../../../app.json';
 import TextView from '../../components/TextView';
 
-export default class Summary extends Component {
+export default class SummaryV2 extends Component {
   constructor(props) {
     super(props);
     this.state = {

+ 1 - 1
Strides-APP/app/pages/chargeV2/SummaryV3.js

@@ -13,7 +13,7 @@ import { PageList } from '../Router';
 import app from '../../../app.json';
 import TextView from '../../components/TextView';
 
-export default class Summary extends Component {
+export default class SummaryV3 extends Component {
   constructor(props) {
     super(props);
     this.state = {

+ 4 - 3
Strides-APP/app/pages/home/maps/BottomSiteInfo.js

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