Skip to content

Commit

Permalink
Merge pull request #774 from shoutem/release/6.1.1
Browse files Browse the repository at this point in the history
Release/6.1.1 → master
  • Loading branch information
ltatarev authored Dec 23, 2022
2 parents f9bdf33 + a0d0ece commit 806c5f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

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": "6.1.0",
"version": "6.1.1",
"description": "Styleable set of components for React Native applications",
"scripts": {
"lint": "eslint .",
Expand Down
3 changes: 3 additions & 0 deletions theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -3158,6 +3158,7 @@ export default () => {
color: resolveVariable('toastMessageColor'),
},
textContainer: {
flex: 1,
height: responsiveHeight(48),
justifyContent: 'space-between',
},
Expand All @@ -3180,6 +3181,8 @@ export default () => {
),
fontWeight: resolveFontWeight('400'),
lineHeight: 16,
flex: 1,
flexWrap: 'wrap',
},
buttonContainer: {
paddingHorizontal: responsiveWidth(12),
Expand Down

0 comments on commit 806c5f7

Please sign in to comment.