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',