mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 18:21:34 +03:00
Merge pull request #5017 from urbit/mp/landscape/group-link-full
interface/GroupLink: set full-width click area
This commit is contained in:
commit
5d55b1ee7b
@ -59,7 +59,7 @@ export function GroupLink(
|
||||
>
|
||||
{modal}
|
||||
<Row
|
||||
width="fit-content"
|
||||
width="100%"
|
||||
flexShrink={1}
|
||||
alignItems="center"
|
||||
py={2}
|
||||
@ -69,7 +69,7 @@ export function GroupLink(
|
||||
}
|
||||
opacity={preview ? '1' : '0.6'}
|
||||
>
|
||||
<MetadataIcon height={6} width={6} metadata={preview ? preview.metadata : { color: '0x0' , picture: ''}} />
|
||||
<MetadataIcon height={6} width={6} metadata={preview ? preview.metadata : { color: '0x0' , picture: '' }} />
|
||||
<Col>
|
||||
<Text ml={2} fontWeight="medium" mono={!preview}>
|
||||
{preview ? preview.metadata.title : name}
|
||||
|
Loading…
Reference in New Issue
Block a user