fix: space below section selector in user detail

This commit is contained in:
Diego Beraldin 2023-10-21 20:07:39 +02:00
parent ba7c197957
commit 32c32baf86

View File

@ -296,6 +296,7 @@ class UserDetailScreen(
model.reduce(UserDetailMviModel.Intent.ChangeSection(section)) model.reduce(UserDetailMviModel.Intent.ChangeSection(section))
}, },
) )
Spacer(modifier = Modifier.height(Spacing.m))
} }
} }
if (uiState.section == UserDetailSection.Posts) { if (uiState.section == UserDetailSection.Posts) {