とりあえず実装、明日動作チェックして挙動確認
This commit is contained in:
@@ -79,7 +79,7 @@ export const EachStopList = ({
|
||||
<View
|
||||
style={{
|
||||
flexDirection: "row",
|
||||
backgroundColor: seType == "community" ? "#e3ffcdff" : "white",
|
||||
backgroundColor: seType == "community" ? "#c2ff94c4" : "#ffffffc2",
|
||||
}}
|
||||
>
|
||||
<View
|
||||
|
@@ -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,
|
||||
}}
|
||||
>
|
||||
|
Reference in New Issue
Block a user