Centers Blank Note when post was hidden by the user.

This commit is contained in:
Vitor Pamplona
2024-03-09 11:32:28 -05:00
parent 0f69030cdf
commit 64d6d6753c
@@ -206,6 +206,7 @@ fun HiddenNoteByMe(
Text( Text(
text = stringResource(R.string.post_was_hidden), text = stringResource(R.string.post_was_hidden),
color = Color.Gray, color = Color.Gray,
textAlign = TextAlign.Center,
) )
Button( Button(