Fix space between icon and domain
This commit is contained in:
@@ -59,9 +59,9 @@ export function StandardSiteMetaRow({
|
|||||||
items.push({
|
items.push({
|
||||||
key: 'domain',
|
key: 'domain',
|
||||||
node: (
|
node: (
|
||||||
<View style={[a.flex_shrink, a.flex_row, a.align_center]}>
|
<View style={[a.flex_shrink, a.flex_row, a.align_center, a.gap_2xs]}>
|
||||||
{DomainIcon && (
|
{DomainIcon && (
|
||||||
<DomainIcon size="sm" fill={t.atoms.text_contrast_medium.color} />
|
<DomainIcon size="xs" fill={t.atoms.text_contrast_medium.color} />
|
||||||
)}
|
)}
|
||||||
<Text numberOfLines={1} style={metaTextStyle}>
|
<Text numberOfLines={1} style={metaTextStyle}>
|
||||||
{articleDomain}
|
{articleDomain}
|
||||||
|
|||||||
Reference in New Issue
Block a user