From 8558adacfe4b14eb45f3cdb84731f66b56eb8f60 Mon Sep 17 00:00:00 2001 From: Tsubasa SEKIGUCHI Date: Sun, 13 Oct 2024 18:27:38 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9D=B1=E6=97=A5=E6=9C=AC=E3=83=BBJA=E3=83=86?= =?UTF-8?q?=E3=83=BC=E3=83=9ELB=E6=96=87=E5=AD=97=E9=96=93=E9=9A=94?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LineBoardEast.tsx | 6 +----- src/components/LineBoardSaikyo.tsx | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/components/LineBoardEast.tsx b/src/components/LineBoardEast.tsx index de5b6fafb..f5e72531e 100644 --- a/src/components/LineBoardEast.tsx +++ b/src/components/LineBoardEast.tsx @@ -2,7 +2,6 @@ import { LinearGradient } from 'expo-linear-gradient' import React, { useCallback, useMemo, useState } from 'react' import { Dimensions, - Platform, StyleProp, StyleSheet, TextStyle, @@ -132,10 +131,7 @@ const styles = StyleSheet.create({ fontSize: RFValue(18), fontWeight: 'bold', marginLeft: isTablet ? 5 : 2.5, - marginBottom: Platform.select({ - ios: -6, - android: isTablet ? 0 : -6, - }), + marginBottom: isTablet ? -3 : -6, }, stationNameEn: { fontSize: RFValue(18), diff --git a/src/components/LineBoardSaikyo.tsx b/src/components/LineBoardSaikyo.tsx index 74d671e85..3f113142f 100644 --- a/src/components/LineBoardSaikyo.tsx +++ b/src/components/LineBoardSaikyo.tsx @@ -2,7 +2,6 @@ import { LinearGradient } from 'expo-linear-gradient' import React, { useCallback, useMemo, useState } from 'react' import { Dimensions, - Platform, StyleProp, StyleSheet, TextStyle, @@ -131,10 +130,7 @@ const styles = StyleSheet.create({ fontWeight: 'bold', color: '#3a3a3a', marginLeft: isTablet ? 10 : 5, - marginBottom: Platform.select({ - ios: -6, - android: isTablet ? 0 : -6, - }), + marginBottom: isTablet ? -3 : -6, }, stationNameEn: { fontSize: RFValue(18),