mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 08:34:25 +03:00
parent
bc2f6107b9
commit
c889fd5638
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user