remove spacer

This commit is contained in:
CherretGit
2025-08-27 19:08:06 +07:00
parent c70752f8c5
commit 902b2939cd

View File

@@ -251,7 +251,6 @@ fun RepoScreen(navController: NavController, viewModel: BaseRepoViewModel) {
}
}
}
Spacer(modifier = Modifier.height(16.dp))
}
},
snackbarHost = { SnackbarHost(hostState = snackbarHostState) }