三を≡に
This commit is contained in:
parent
03a677ce67
commit
00aaaeff20
3
Apps.js
3
Apps.js
@ -484,12 +484,13 @@ const MapsButton = ({ onPress, top, mapSwitch }) => {
|
|||||||
textAlignVertical: "center",
|
textAlignVertical: "center",
|
||||||
fontWeight: "bold",
|
fontWeight: "bold",
|
||||||
color: "white",
|
color: "white",
|
||||||
|
fontSize: 20,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<TouchableOpacity onPress={onPress} style={styles.touch}>
|
<TouchableOpacity onPress={onPress} style={styles.touch}>
|
||||||
<View style={{ flex: 1 }} />
|
<View style={{ flex: 1 }} />
|
||||||
<Text style={styles.text}>三</Text>
|
<Text style={styles.text}>≡</Text>
|
||||||
<View style={{ flex: 1 }} />
|
<View style={{ flex: 1 }} />
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user