Skip to content

Commit

Permalink
View fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivraj committed Feb 13, 2017
1 parent 5cafbbe commit 06fef9b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 10 deletions.
6 changes: 2 additions & 4 deletions dist/src/theme/components/CardItem.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/theme/components/CardItem.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/src/theme/components/View.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/theme/components/View.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/theme/components/CardItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export default (variables = variable) => {
fontSize: variables.iconFontSize - 10,
color: variables.sTabBarActiveTextColor,
marginHorizontal: null,
paddingRight: variables.listItemPadding - 5,
},
'NativeBase.IconNB': {
fontSize: variables.iconFontSize - 10,
Expand Down Expand Up @@ -118,7 +117,6 @@ export default (variables = variable) => {
fontSize: variables.iconFontSize - 10,
color: variables.sTabBarActiveTextColor,
marginHorizontal: null,
paddingRight: variables.listItemPadding - 5,
},
'NativeBase.IconNB': {
fontSize: variables.iconFontSize - 10,
Expand Down
1 change: 0 additions & 1 deletion src/theme/components/View.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import variable from './../variables/platform';

export default (variables = variable) => {
const viewTheme = {
flex: 1,
'.padder': {
padding: variables.contentPadding,
},
Expand Down

0 comments on commit 06fef9b

Please sign in to comment.