mirror of
https://github.com/timepill/timepill-app.git
synced 2025-05-29 13:09:13 +08:00
修改分割线样式
This commit is contained in:
parent
fe7069548d
commit
efa9be588d
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
ListHeaderComponent={this.props.listHeader}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue