細かいデザイン崩れや機能消滅バグを修正
This commit is contained in:
parent
789af1aa37
commit
e4ce671e67
4
App.js
4
App.js
@ -45,17 +45,17 @@ export default function App() {
|
|||||||
return (
|
return (
|
||||||
<FavoriteStationProvider>
|
<FavoriteStationProvider>
|
||||||
<TrainDelayDataProvider>
|
<TrainDelayDataProvider>
|
||||||
<SheetProvider>
|
|
||||||
<CurrentTrainProvider>
|
<CurrentTrainProvider>
|
||||||
<AreaInfoProvider>
|
<AreaInfoProvider>
|
||||||
<AllTrainDiagramProvider>
|
<AllTrainDiagramProvider>
|
||||||
<BusAndTrainDataProvider>
|
<BusAndTrainDataProvider>
|
||||||
|
<SheetProvider>
|
||||||
<AppContainer />
|
<AppContainer />
|
||||||
|
</SheetProvider>
|
||||||
</BusAndTrainDataProvider>
|
</BusAndTrainDataProvider>
|
||||||
</AllTrainDiagramProvider>
|
</AllTrainDiagramProvider>
|
||||||
</AreaInfoProvider>
|
</AreaInfoProvider>
|
||||||
</CurrentTrainProvider>
|
</CurrentTrainProvider>
|
||||||
</SheetProvider>
|
|
||||||
</TrainDelayDataProvider>
|
</TrainDelayDataProvider>
|
||||||
</FavoriteStationProvider>
|
</FavoriteStationProvider>
|
||||||
);
|
);
|
||||||
|
@ -7,8 +7,8 @@ export const TextBox = (props) => {
|
|||||||
style={{
|
style={{
|
||||||
flex: flex,
|
flex: flex,
|
||||||
backgroundColor: backgroundColor,
|
backgroundColor: backgroundColor,
|
||||||
padding: 10,
|
padding: 5,
|
||||||
height: 70,
|
minHeight: 70,
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
alignContent: "center",
|
alignContent: "center",
|
||||||
margin: 2,
|
margin: 2,
|
||||||
|
2
menu.js
2
menu.js
@ -678,7 +678,7 @@ const FixedContentBottom = (props) => {
|
|||||||
列番探索
|
列番探索
|
||||||
</Text>
|
</Text>
|
||||||
<Text style={{ color: "white", fontSize: 18 }}>
|
<Text style={{ color: "white", fontSize: 18 }}>
|
||||||
データベースに存在する全列車のダイヤを確認できる機能です。
|
データベースに存在する全列車のダイヤを探索
|
||||||
</Text>
|
</Text>
|
||||||
</TextBox>
|
</TextBox>
|
||||||
<Text style={{ fontWeight: "bold", fontSize: 20 }}>
|
<Text style={{ fontWeight: "bold", fontSize: 20 }}>
|
||||||
|
Loading…
Reference in New Issue
Block a user