From fd2fe310ab68df3fad0c5488fd98310be9005c33 Mon Sep 17 00:00:00 2001 From: harukin-OneMix4 Date: Fri, 2 Feb 2024 02:40:40 +0900 Subject: [PATCH] =?UTF-8?q?CSS=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ActionSheetComponents/EachTrainInfo.js | 40 +++++++++++++++---- 1 file changed, 33 insertions(+), 7 deletions(-) diff --git a/components/ActionSheetComponents/EachTrainInfo.js b/components/ActionSheetComponents/EachTrainInfo.js index aeeb7ed..fd32383 100644 --- a/components/ActionSheetComponents/EachTrainInfo.js +++ b/components/ActionSheetComponents/EachTrainInfo.js @@ -635,9 +635,22 @@ export const EachTrainInfo = (props) => { }} > {headStation && !isConcatNear && ( - openBackTrainInfo(headStation)}> - - 直通列車を表示 + openBackTrainInfo(headStation)} + style={{ + padding: 10, + flexDirection: "row", + borderColor: "blue", + borderWidth: 1, + margin: 10, + borderRadius: 5, + alignItems: "center", + }} + > + + 「本当の始発駅」を表示 )} @@ -667,10 +680,23 @@ export const EachTrainInfo = (props) => { ) )} {tailStation && !isConcatNear && ( - openBackTrainInfo(tailStation)}> - - 直通列車を表示 - + openBackTrainInfo(tailStation)} + style={{ + padding: 10, + flexDirection: "row", + borderColor: "blue", + borderWidth: 1, + margin: 10, + borderRadius: 5, + alignItems: "center", + }} + > + + 「本当の終着駅」を表示 + )}