Skip to content
Snippets Groups Projects
Commit c5e3891a authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

shrink default roomavatar size to 36x36. surely this is vector specific...

parent 05d19121
Branches
Tags
No related merge requests found
......@@ -21,8 +21,8 @@ var MatrixClientPeg = require('../../MatrixClientPeg');
module.exports = {
getDefaultProps: function() {
return {
width: 40,
height: 40,
width: 36,
height: 36,
resizeMethod: 'crop'
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment