Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from teamleadercrm/enhancement/dialog-sizes
Browse files Browse the repository at this point in the history
Default size value renamed to medium as well
  • Loading branch information
driesd authored Jun 15, 2017
2 parents eb60296 + 51d1a52 commit 57967eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dialog/Dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const factory = (Overlay, Button, IconButton) => {
actions: [],
active: false,
backdrop: 'dark',
size: 'normal',
size: 'medium',
type: 'regular',
};

Expand Down

0 comments on commit 57967eb

Please sign in to comment.