Merge pull request #4717 from urbit/james/sigil-corners

miniprofile: rectify sigil corners
This commit is contained in:
matildepark 2021-04-02 14:53:11 -04:00 committed by GitHub
commit ce890c12d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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