Skip to content

Commit

Permalink
fix(Dialog): removes redundant scrollable prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Firsov committed Dec 17, 2018
1 parent 13bfb4e commit 0bcb8b2
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/atoms/Dialog/DialogBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,7 @@ type DialogBodyProps = {|

const name = 'dialogBody';

const theme = createComponentTheme(name, {
modifiers: {
scrollable: {
overflow: 'auto',
},
},
defaults: {
scrollable: true,
},
});
const theme = createComponentTheme(name, {});

const DialogBodyTag = createStyledTag(name, {
flexShrink: 1,
Expand Down

0 comments on commit 0bcb8b2

Please sign in to comment.