From cb1a59f81c49c137b6466c9b3213ab8cb68374a9 Mon Sep 17 00:00:00 2001 From: Tsubasa SEKIGUCHI Date: Sun, 13 Oct 2024 10:36:03 +0900 Subject: [PATCH] =?UTF-8?q?iOS=E3=83=87=E3=82=B0=E3=83=AC=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LineBoardEast.tsx | 2 +- src/components/LineBoardSaikyo.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/LineBoardEast.tsx b/src/components/LineBoardEast.tsx index 2b628b20f..de5b6fafb 100644 --- a/src/components/LineBoardEast.tsx +++ b/src/components/LineBoardEast.tsx @@ -133,7 +133,7 @@ const styles = StyleSheet.create({ fontWeight: 'bold', marginLeft: isTablet ? 5 : 2.5, marginBottom: Platform.select({ - ios: 0, + ios: -6, android: isTablet ? 0 : -6, }), }, diff --git a/src/components/LineBoardSaikyo.tsx b/src/components/LineBoardSaikyo.tsx index 0076048f9..74d671e85 100644 --- a/src/components/LineBoardSaikyo.tsx +++ b/src/components/LineBoardSaikyo.tsx @@ -132,7 +132,7 @@ const styles = StyleSheet.create({ color: '#3a3a3a', marginLeft: isTablet ? 10 : 5, marginBottom: Platform.select({ - ios: 0, + ios: -6, android: isTablet ? 0 : -6, }), },