fix(common): reduce space between favicon and URL

This commit is contained in:
Harsh Shandilya 2022-12-09 18:18:18 +05:30
parent d36bcd6b26
commit 74684fe115
No known key found for this signature in database

View file

@ -111,7 +111,7 @@ fun PostLink(
shape = RoundedCornerShape(8.dp), shape = RoundedCornerShape(8.dp),
) )
) { ) {
Row(modifier = Modifier.padding(16.dp), horizontalArrangement = Arrangement.spacedBy(16.dp)) { Row(modifier = Modifier.padding(16.dp), horizontalArrangement = Arrangement.spacedBy(8.dp)) {
NetworkImage( NetworkImage(
url = linkMetadata.faviconUrl, url = linkMetadata.faviconUrl,
placeholder = ClawIcons.Web, placeholder = ClawIcons.Web,