|
@@ -78,12 +78,12 @@ export default class ScheduleFlatItem extends Component<Props> {
|
|
|
width: "100%",
|
|
|
height: "80%",
|
|
|
alignItems: "center",
|
|
|
- justifyContent: "center",
|
|
|
- backgroundColor: "blue"
|
|
|
+ justifyContent: "center"
|
|
|
}}
|
|
|
>
|
|
|
<Image
|
|
|
- style={{ width: 20, height: 20, backgroundColor: "blue" }}
|
|
|
+ style={{ width: 20, height: 20 }}
|
|
|
+ source={require("../images/schedulePage/schedule_item_right.png")}
|
|
|
/>
|
|
|
</View>
|
|
|
<View style={{ flex: 0.1 }} />
|