逃げの修正

This commit is contained in:
harukin-OneMix4 2024-01-12 14:02:17 +09:00
parent 65080e68f2
commit 485102b591

View File

@ -752,6 +752,21 @@ export const EachTrainInfo = (props) => {
</TouchableWithoutFeedback>
);
})}
<View style={{ flexDirection: "row" }}>
<View
style={{
padding: 8,
flexDirection: "row",
borderBottomWidth: 1,
borderBottomColor: "#f0f0f0",
flex: 1,
}}
>
<Text style={{ fontSize: 20 }}> </Text>
<View style={{ flex: 1 }} />
</View>
</View>
</View>
</ScrollView>
</View>