jazzicon make borderRadius 50% rather than 50px

pull/681/head
Audric Ackermann 5 years ago
parent 2fdb4c3540
commit 14dab92989

@ -1,7 +1,7 @@
import React from 'react';
const styles = {
borderRadius: '50px',
borderRadius: '50%',
display: 'inline-block',
margin: 0,
overflow: 'hidden',

Loading…
Cancel
Save