mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
feat(common): change progress indicator to linear
Fixes SDP-20
This commit is contained in:
parent
eeef2c347d
commit
485282a48d
3 changed files with 3 additions and 4 deletions
|
@ -75,7 +75,7 @@ fun NetworkPosts(
|
|||
modifier =
|
||||
Modifier.fillMaxWidth()
|
||||
.wrapContentWidth(Alignment.CenterHorizontally)
|
||||
.padding(top = 4.dp),
|
||||
.padding(top = 16.dp),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue