Increase padding between repo icon and short info

This commit is contained in:
Thore Goebel 2024-04-14 15:56:14 +02:00
parent 589a79e5c3
commit d75f08aca4
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ fun RepoPreviewHeader(
) {
val repo = state.repo ?: error("repo was null")
Row(
horizontalArrangement = spacedBy(8.dp),
horizontalArrangement = spacedBy(16.dp),
verticalAlignment = CenterVertically,
) {
RepoIcon(repo, Modifier.size(48.dp))