初歩的なミスを修正

This commit is contained in:
harukin-expo-dev-env
2025-09-09 15:57:31 +00:00
parent ddb467e4c6
commit 2fa4ea75ee

View File

@@ -100,7 +100,7 @@ export const EachStopList: FC<props> = ({
<View
style={{
flexDirection: "row",
backgroundColor: se != "休" ? "#ffffffc2" : "#474747c2",
backgroundColor: se != "休" ? "#ffffffc2" : "#474747c2",
}}
>
<View