Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refine Bottom Sheets in/out transition #820

Merged
merged 10 commits into from
Apr 16, 2019
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',
},
};