From 10fb985339580e55f2a1b8235aa9a55bcd7cf814 Mon Sep 17 00:00:00 2001 From: Tsubasa SEKIGUCHI Date: Thu, 25 Jul 2024 08:48:27 +0900 Subject: [PATCH] =?UTF-8?q?=E7=A8=AE=E5=88=A5=E3=83=A2=E3=83=BC=E3=83=80?= =?UTF-8?q?=E3=83=AB=E3=83=AC=E3=82=A4=E3=82=A2=E3=82=A6=E3=83=88=E5=BE=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 --- src/components/TrainTypeInfoModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TrainTypeInfoModal.tsx b/src/components/TrainTypeInfoModal.tsx index 025820143..3d512b422 100644 --- a/src/components/TrainTypeInfoModal.tsx +++ b/src/components/TrainTypeInfoModal.tsx @@ -33,7 +33,7 @@ const styles = StyleSheet.create({ height: '100%', }, modalView: { - paddingVertical: isTablet ? 32 : 24, + paddingVertical: 24, height: isTablet ? undefined : 'auto', width: '100%', },