修改分割线样式

This commit is contained in:
mx1700 2019-08-04 19:41:52 +08:00
parent fe7069548d
commit efa9be588d

View file

@ -247,7 +247,7 @@ export default class DiaryList extends Component {
)
}}
ItemSeparatorComponent={({highlighted}) => <Divider style={{backgroundColor: '#eee'}}/>}
ItemSeparatorComponent={({highlighted}) => <Divider style={{backgroundColor: '#eee', height: StyleSheet.hairlineWidth}}/>}
ListHeaderComponent={this.props.listHeader}