Skip to content

Commit 6ed4bbb

Browse files
committed
change TitleIndicator demo style from marginTop to flexDirection
1 parent 1788256 commit 6ed4bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/app/pages/TitleIndicatorPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default class TitleIndicatorPage extends Component {
3333
</View>
3434
</View>
3535
<IndicatorViewPager
36-
style={{flex: 1, paddingTop: 48}}
36+
style={{flex: 1, flexDirection: 'column-reverse'}}
3737
indicator={this._renderTitleIndicator()}
3838
onPageScroll={this._onPageScroll.bind(this)}
3939
>

0 commit comments

Comments
 (0)