From a3e8acdf204d69b7c15ad9df174b7ef52701e03f Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Mon, 2 Sep 2024 08:20:12 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E5=B8=AF=E3=81=AE=E5=B9=85=E3=81=AE?= =?UTF-8?q?=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/駅名表/AddressText.tsx | 2 +- components/駅名表/Sign.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/駅名表/AddressText.tsx b/components/駅名表/AddressText.tsx index 94c70cb..c925c5d 100644 --- a/components/駅名表/AddressText.tsx +++ b/components/駅名表/AddressText.tsx @@ -30,7 +30,7 @@ export const AddressText: FC = (props) => { fontSize: parseInt("10%"), color: isMatsuyama ? "white" : "#005170", position: "absolute", - bottom: isMatsuyama ? "25.5%" : "0%", + bottom: isMatsuyama ? "27%" : "0%", textAlign: "center", width: "100%", fontWeight: "bold", diff --git a/components/駅名表/Sign.js b/components/駅名表/Sign.js index 2c5d721..abaa512 100644 --- a/components/駅名表/Sign.js +++ b/components/駅名表/Sign.js @@ -194,7 +194,7 @@ const styleSheet = { bottom: "0%", left: "0%", width: "100%", - height: "25%", + height: "27%", backgroundColor: "#454545", }, JRStyle: { @@ -216,7 +216,7 @@ const styleSheet = { 下帯内容B: { position: "absolute", bottom: "0%", - height: "25%", + height: "27%", width: "100%", alignItems: "center", flexDirection: "column",