文字の上にViewが被っていたバグを修正
This commit is contained in:
parent
fd2fe310ab
commit
a6d8f9ac33
@ -647,11 +647,11 @@ export const EachTrainInfo = (props) => {
|
||||
alignItems: "center",
|
||||
}}
|
||||
>
|
||||
<View
|
||||
<Text
|
||||
style={{ fontSize: 18, fontWeight: "bold", color: "black" }}
|
||||
>
|
||||
<Text style={{ color: "black" }}>「本当の始発駅」を表示</Text>
|
||||
</View>
|
||||
「本当の始発駅」を表示
|
||||
</Text>
|
||||
</TouchableOpacity>
|
||||
)}
|
||||
{/* <LottieView
|
||||
|
Loading…
Reference in New Issue
Block a user