Fix space between icon and domain

This commit is contained in:
Eric Bailey
2026-05-28 09:55:10 -05:00
parent aa7da96d62
commit 652a3b8d8b
@@ -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}