From 14dab9298914342eaa900dff8456437c8c5b6cae Mon Sep 17 00:00:00 2001
From: Audric Ackermann <audric@loki.network>
Date: Wed, 4 Dec 2019 16:43:45 +1100
Subject: [PATCH] jazzicon make borderRadius 50% rather than 50px

---
 ts/components/JazzIcon/Paper.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ts/components/JazzIcon/Paper.tsx b/ts/components/JazzIcon/Paper.tsx
index c6d38ab6b..ee3791637 100644
--- a/ts/components/JazzIcon/Paper.tsx
+++ b/ts/components/JazzIcon/Paper.tsx
@@ -1,7 +1,7 @@
 import React from 'react';
 
 const styles = {
-  borderRadius: '50px',
+  borderRadius: '50%',
   display: 'inline-block',
   margin: 0,
   overflow: 'hidden',