Skip to content

Commit

Permalink
Merge pull request #577 from shoutem/release/4.2.1
Browse files Browse the repository at this point in the history
Release/4.2.1
  • Loading branch information
tomislav-arambasic authored Feb 24, 2021
2 parents 3f0f7ae + 472df62 commit 68ec757
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shoutem/ui",
"version": "4.2.0",
"version": "4.2.1",
"description": "Styleable set of components for React Native applications",
"scripts": {
"lint": "eslint .",
Expand Down
11 changes: 4 additions & 7 deletions theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -2647,15 +2647,12 @@ export default (variables = defaultThemeVariables) => ({
'.full-screen': {
title: {
container: {
// We want the title background gradient to be
// visible underneath the navigation bar, but the
// title text should be rendered below the
// We want the title background gradient to be
// visible underneath the navigation bar, but the
// title text should be rendered below the
// navigation bar.
paddingTop:
NAVIGATION_BAR_HEIGHT +
(Platform.OS === 'ios'
? variables.extraLargeGutter + variables.extraLargeGutter
: variables.extraLargeGutter + variables.mediumGutter),
NAVIGATION_BAR_HEIGHT + variables.mediumGutter
},
},
},
Expand Down

0 comments on commit 68ec757

Please sign in to comment.