Skip to content

Commit

Permalink
Merge pull request #820 from wordpress-mobile/issue/595-bottom-sheet-…
Browse files Browse the repository at this point in the history
…animation

Refine Bottom Sheets in/out transition
  • Loading branch information
koke authored Apr 16, 2019
2 parents 9785687 + f46f4e8 commit a29bec3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions __mocks__/styleMock.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,21 @@ module.exports = {
'editor-plain-text': {
fontFamily: 'serif',
},
background: {
maxWidth: 512,
},
modalItem: {
paddingLeft: 8,
paddingRight: 8,
},
content: {
paddingLeft: 8,
paddingRight: 8,
},
modalIconWrapper: {
width: 104,
},
modalIcon: {
fill: 'gray',
},
};

0 comments on commit a29bec3

Please sign in to comment.