Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
fix: remove unnecessary paddingHorizontal on stack header
Browse files Browse the repository at this point in the history
  • Loading branch information
Freddy03h authored and satya164 committed Nov 2, 2019
1 parent 77f29d3 commit 74ee216
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/stack/src/views/Header/HeaderSegment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ export default class HeaderSegment extends React.Component<Props, State> {
const styles = StyleSheet.create({
content: {
flex: 1,
paddingHorizontal: 4,
flexDirection: 'row',
alignItems: 'center',
justifyContent: 'center',
Expand Down

0 comments on commit 74ee216

Please sign in to comment.