chat: rectify sigil corners

fixes urbit/landscape#725
This commit is contained in:
James Acklin 2021-04-02 14:49:35 -04:00
parent bc2f6107b9
commit c889fd5638

View File

@ -120,7 +120,7 @@ const ProfileOverlay = (props: ProfileOverlayProps) => {
borderRadius={2} borderRadius={2}
/> />
) : ( ) : (
<Box size={60} backgroundColor={color}> <Box size={60} borderRadius={2} backgroundColor={color}>
<Center height={60}> <Center height={60}>
<Sigil ship={ship} size={32} color={color} /> <Sigil ship={ship} size={32} color={color} />
</Center> </Center>