とりあえず実装、明日動作チェックして挙動確認

This commit is contained in:
harukin-expo-dev-env
2025-08-23 16:34:29 +00:00
parent 37e21be4c0
commit ebf72e35bc
5 changed files with 19 additions and 7 deletions

View File

@@ -79,7 +79,7 @@ export const EachStopList = ({
<View
style={{
flexDirection: "row",
backgroundColor: seType == "community" ? "#e3ffcdff" : "white",
backgroundColor: seType == "community" ? "#c2ff94c4" : "#ffffffc2",
}}
>
<View

View File

@@ -7,7 +7,7 @@ export const ScrollStickyContent = (props) => {
<View
style={{
alignItems: "center",
backgroundColor: "white",
backgroundColor: "#ffffffc2",
flexDirection: "row",
}}
>
@@ -16,7 +16,7 @@ export const ScrollStickyContent = (props) => {
padding: 8,
flexDirection: "row",
borderBottomWidth: 1,
borderBottomColor: "#f0f0f0",
borderBottomColor: "#ffffffc2",
flex: 1,
}}
>