Commit cdd4522a by tungnq

TODO: Đã fix lại giao diện thông báo phần cảnh báo

parent 2c3730c0
...@@ -10,7 +10,7 @@ const styles = StyleSheet.create({ ...@@ -10,7 +10,7 @@ const styles = StyleSheet.create({
marginHorizontal:15, marginHorizontal:15,
}, },
boxInput:{ boxInput:{
padding:16, padding:7,
borderColor:R.colors.grayBorderInputTextHeader, borderColor:R.colors.grayBorderInputTextHeader,
borderWidth:1, borderWidth:1,
borderRadius:10, borderRadius:10,
......
...@@ -44,7 +44,7 @@ const NotificationDetailView = props => { ...@@ -44,7 +44,7 @@ const NotificationDetailView = props => {
showsVerticalScrollIndicator={false} showsVerticalScrollIndicator={false}
contentContainerStyle={{paddingBottom: 20}}> contentContainerStyle={{paddingBottom: 20}}>
<View style={styles.container}> <View style={styles.container}>
{showWarning && ( { (
<View style={styles.boxInput}> <View style={styles.boxInput}>
<Text style={styles.txtInput}> <Text style={styles.txtInput}>
Bn không th chnh sa thông báo khi đã gi{' '} Bn không th chnh sa thông báo khi đã gi{' '}
......
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