更新帖子底部间距

This commit is contained in:
2024-09-08 21:48:24 +08:00
parent 7c0d183571
commit d33743894a

View File

@@ -296,7 +296,7 @@ fun PostScreen(
) )
} }
item { item {
Spacer(modifier = Modifier.height(72.dp)) Spacer(modifier = Modifier.height(120.dp))
} }
} }