From d97b78391ea7847b3f39aa120c7ee56cfce19a28 Mon Sep 17 00:00:00 2001 From: Tsubasa SEKIGUCHI Date: Tue, 13 Aug 2024 12:36:16 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E9=A7=85=E6=A4=9C=E7=B4=A2=E3=83=90?= =?UTF-8?q?=E3=82=B0=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FakeStationSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FakeStationSettings.tsx b/src/components/FakeStationSettings.tsx index 31d2c8e35..1b28eef1e 100644 --- a/src/components/FakeStationSettings.tsx +++ b/src/components/FakeStationSettings.tsx @@ -223,7 +223,7 @@ const FakeStationSettings: React.FC = () => { ) : ( )} From d4d4ab1852fc5b7e249637b0a679b3c69e9bf80c Mon Sep 17 00:00:00 2001 From: Tsubasa SEKIGUCHI Date: Tue, 13 Aug 2024 12:43:15 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E3=83=AA=E3=82=B9=E3=83=88=E3=81=AEpadding?= =?UTF-8?q?Vertical?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FakeStationSettings.tsx | 3 +-- src/screens/SavedRoutesScreen.tsx | 2 +- src/screens/SpecifyDestinationSettingsScreen.tsx | 8 ++++++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/components/FakeStationSettings.tsx b/src/components/FakeStationSettings.tsx index 1b28eef1e..10efb5566 100644 --- a/src/components/FakeStationSettings.tsx +++ b/src/components/FakeStationSettings.tsx @@ -41,7 +41,7 @@ import { StationList } from './StationList' const styles = StyleSheet.create({ root: { paddingHorizontal: 48, - paddingTop: 12, + paddingVertical: 12, flex: 1, alignItems: 'center', }, @@ -204,7 +204,6 @@ const FakeStationSettings: React.FC = () => { {translate('searchFirstStationTitle')} {