CSSの調整
This commit is contained in:
parent
9094ec331d
commit
4194a83c8e
@ -48,15 +48,7 @@ export const TrainMenuLineSelector = () => {
|
|||||||
useBottomSafeAreaPadding={platformIs}
|
useBottomSafeAreaPadding={platformIs}
|
||||||
>
|
>
|
||||||
<Handler />
|
<Handler />
|
||||||
<View
|
<View style={{ height: 26, width: "100%", backgroundColor: "white" }}>
|
||||||
style={{
|
|
||||||
backgroundColor: "#0099CC",
|
|
||||||
borderTopRadius: 5,
|
|
||||||
borderColor: "dark",
|
|
||||||
borderWidth: 1,
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<View style={{ height: 26, width: "100%", backgroundColor: "#0099CC" }}>
|
|
||||||
<View
|
<View
|
||||||
style={{
|
style={{
|
||||||
height: 6,
|
height: 6,
|
||||||
@ -68,7 +60,6 @@ export const TrainMenuLineSelector = () => {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
|
||||||
{Object.keys(stationData).map((d) => (
|
{Object.keys(stationData).map((d) => (
|
||||||
<TouchableOpacity
|
<TouchableOpacity
|
||||||
style={{
|
style={{
|
||||||
|
@ -185,11 +185,7 @@ export default function TrainMenu({ stationData, style }) {
|
|||||||
</UsefulBox>
|
</UsefulBox>
|
||||||
</View>
|
</View>
|
||||||
)}
|
)}
|
||||||
<MapsButton
|
<MapsButton onPress={() => navigate("Apps")} top={0} mapSwitch={"flex"} />
|
||||||
onPress={() => navigate("Apps")}
|
|
||||||
top={Platform.OS == "ios" ? Constants.statusBarHeight : 0}
|
|
||||||
mapSwitch={"flex"}
|
|
||||||
/>
|
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user