Skip to content

Commit

Permalink
[components] Bump default media preview to 160px (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars authored and bjoerge committed Oct 12, 2017
1 parent 488fbd8 commit 3ae476b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@sanity/components/src/previews/MediaPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default class MediaPreview extends React.Component {
}

static defaultProps = {
assetSize: {width: 120, height: 120},
assetSize: {width: 160, height: 160},
aspect: 1,
emptyText: 'Untitled…'
}
Expand Down

0 comments on commit 3ae476b

Please sign in to comment.