From 700065c98db224504edb96159cd4399421a3f1ee Mon Sep 17 00:00:00 2001 From: Tsubasa SEKIGUCHI Date: Tue, 13 Aug 2024 13:22:15 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E7=A8=AE=E5=88=A5=E3=83=A2=E3=83=BC?= =?UTF-8?q?=E3=83=80=E3=83=AB=E3=81=AE=E9=A7=85=E5=90=8D=E5=8F=96=E5=BE=97?= =?UTF-8?q?=E4=B8=AD=E3=81=AF=E7=A2=BA=E5=AE=9A=E3=81=A7=E3=81=8D=E3=81=AA?= =?UTF-8?q?=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TrainTypeInfoModal.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/TrainTypeInfoModal.tsx b/src/components/TrainTypeInfoModal.tsx index f9b476232..bffe9a8c3 100644 --- a/src/components/TrainTypeInfoModal.tsx +++ b/src/components/TrainTypeInfoModal.tsx @@ -200,6 +200,7 @@ export const TrainTypeInfoModal: React.FC = ({ From e021fbb60ff86085d50c583955c7306bd07d9410 Mon Sep 17 00:00:00 2001 From: Tsubasa SEKIGUCHI Date: Tue, 13 Aug 2024 13:23:39 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E9=A7=85=E3=83=AA=E3=82=B9=E3=83=88?= =?UTF-8?q?=E3=81=AE=E4=B8=8B=E9=83=A8padding=E7=A2=BA=E4=BF=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/screens/TrainTypeSettingsScreen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/TrainTypeSettingsScreen.tsx b/src/screens/TrainTypeSettingsScreen.tsx index eaf7a6aa9..2a31e10a2 100644 --- a/src/screens/TrainTypeSettingsScreen.tsx +++ b/src/screens/TrainTypeSettingsScreen.tsx @@ -17,7 +17,7 @@ import stationState from '../store/atoms/station' import { translate } from '../translation' const styles = StyleSheet.create({ - root: { flex: 1, paddingHorizontal: 48, paddingTop: 12 }, + root: { flex: 1, paddingHorizontal: 48, paddingVertical: 12 }, listContainer: { flex: 1, width: '65%', alignSelf: 'center' }, })