Add padding between the loading wheel and the top of the screen

pull/586/head
Keisuke Takagi 2 years ago
parent 803e64be53
commit 8b8401e3ec

@ -202,7 +202,8 @@ internal fun ForYouScreen(
) {
val loadingContentDescription = stringResource(id = R.string.for_you_loading)
Box(
modifier = Modifier.fillMaxWidth(),
modifier = Modifier.fillMaxWidth()
.padding(top = 8.dp),
) {
NiaOverlayLoadingWheel(
modifier = Modifier

Loading…
Cancel
Save