文字の上にViewが被っていたバグを修正

This commit is contained in:
harukin-OneMix4 2024-02-02 11:44:04 +09:00
parent fd2fe310ab
commit a6d8f9ac33

View File

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