三を≡に

This commit is contained in:
harukin-expo-dev-env 2024-05-31 11:52:31 +00:00
parent 03a677ce67
commit 00aaaeff20

View File

@ -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>
); );