Commit 3fa8af11 by tungnq

TODO: Sửa đổi giao diện một chút

parent dc4f6a60
......@@ -38,7 +38,7 @@ const DetailFeedBackView = (props) => {
const renderItem = ({item}) => {
return (
<View style={styles.boxFeedBack}>
<Text style={[styles.textSubTitle,{fontFamily:R.fonts.fontRegular,fontWeight:'400',color:R.colors.black,}]}>{item.question}</Text>
<Text style={[styles.textSubTitle,{fontFamily:R.fonts.fontRegular,fontWeight:'400',color:R.colors.black,}]}>Q{item.id}: {item.question}</Text>
</View>
);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment