mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 06:35:32 +03:00
interface: icon sigils have borderradius
This commit is contained in:
parent
d52753513f
commit
b7c7cb9a1c
@ -21,12 +21,14 @@ export const Sigil = memo(({ classes = '', color, foreground = '', ship, size, s
|
||||
return ship.length > 14
|
||||
? (<Box
|
||||
backgroundColor='black'
|
||||
borderRadius={icon ? '1' : '0'}
|
||||
display='inline-block'
|
||||
height={size}
|
||||
width={size}
|
||||
/>) : (
|
||||
<Box
|
||||
display='inline-block'
|
||||
borderRadius={icon ? '1' : '0'}
|
||||
flexBasis={size}
|
||||
backgroundColor={color}
|
||||
padding={padding}
|
||||
|
Loading…
Reference in New Issue
Block a user