diff --git a/docs/tabindicator.md b/docs/tabindicator.md index 740de309..894e434e 100644 --- a/docs/tabindicator.md +++ b/docs/tabindicator.md @@ -3,6 +3,7 @@ | Prop | Type | Default | Note | | --- | --- | --- | --- | +| style | ViewPropTypes.style | | | | tabs | PropTypes.arrayOf(PropTypes.shape({text: PropTypes.string,iconSource: Image.propTypes.source,selectedIconSource: Image.propTypes.source})) | | | | itemStyle | ViewPropTypes.style | | | | selectedItemStyle | ViewPropTypes.style | | | diff --git a/viewpager/indicator/PagerTabIndicator.js b/viewpager/indicator/PagerTabIndicator.js index d127800b..246b01f1 100644 --- a/viewpager/indicator/PagerTabIndicator.js +++ b/viewpager/indicator/PagerTabIndicator.js @@ -87,8 +87,6 @@ const styles = StyleSheet.create({ flexDirection: 'row', paddingTop: 8, paddingBottom: 4, - borderTopWidth: 0.5, - borderTopColor: '#E0E0E0', backgroundColor: '#F7F7F7' }, itemContainer: {