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) => {
列番探索
- データベースに存在する全列車のダイヤを確認できる機能です。
+ データベースに存在する全列車のダイヤを探索