From e4ce671e67a1c4f63de6ac6a78eb7e927e428a5f Mon Sep 17 00:00:00 2001 From: harukin-OneMix4 Date: Fri, 29 Dec 2023 01:36:56 +0900 Subject: [PATCH] =?UTF-8?q?=E7=B4=B0=E3=81=8B=E3=81=84=E3=83=87=E3=82=B6?= =?UTF-8?q?=E3=82=A4=E3=83=B3=E5=B4=A9=E3=82=8C=E3=82=84=E6=A9=9F=E8=83=BD?= =?UTF-8?q?=E6=B6=88=E6=BB=85=E3=83=90=E3=82=B0=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.js | 20 ++++++++++---------- components/atom/TextBox.js | 4 ++-- menu.js | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/App.js b/App.js index eb21052..05c16c5 100644 --- a/App.js +++ b/App.js @@ -45,17 +45,17 @@ export default function App() { return ( - - - - - + + + + + - - - - - + + + + + ); diff --git a/components/atom/TextBox.js b/components/atom/TextBox.js index 9b3f3a7..f9101fd 100644 --- a/components/atom/TextBox.js +++ b/components/atom/TextBox.js @@ -7,8 +7,8 @@ export const TextBox = (props) => { style={{ flex: flex, backgroundColor: backgroundColor, - padding: 10, - height: 70, + padding: 5, + minHeight: 70, alignItems: "center", alignContent: "center", margin: 2, diff --git a/menu.js b/menu.js index fb4ce4a..108fa29 100644 --- a/menu.js +++ b/menu.js @@ -678,7 +678,7 @@ const FixedContentBottom = (props) => { 列番探索 - データベースに存在する全列車のダイヤを確認できる機能です。 + データベースに存在する全列車のダイヤを探索