fix: horizontal space

This commit is contained in:
AnranYus
2024-06-16 12:51:54 +08:00
parent 7d489e5d51
commit 344f587ca7
@@ -274,6 +274,7 @@ fun PostListScreen(
modifier = Modifier
.background(Color.Transparent)
.pullRefresh(pullRefreshState)
.padding(horizontal = 4.dp)
)