mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
Merge pull request #4717 from urbit/james/sigil-corners
miniprofile: rectify sigil corners
This commit is contained in:
commit
ce890c12d0
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user