feat(common): change progress indicator to linear

Fixes SDP-20
This commit is contained in:
Harsh Shandilya 2022-12-14 17:46:42 +05:30
parent eeef2c347d
commit 485282a48d
No known key found for this signature in database
3 changed files with 3 additions and 4 deletions

View file

@ -75,7 +75,7 @@ fun NetworkPosts(
modifier =
Modifier.fillMaxWidth()
.wrapContentWidth(Alignment.CenterHorizontally)
.padding(top = 4.dp),
.padding(top = 16.dp),
)
}
}