mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +05:30
fix(common): reduce space between favicon and URL
This commit is contained in:
parent
d36bcd6b26
commit
74684fe115
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue