mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-1236 Onboarding | Fix | Fix horizontal padding for description text on soul-creation screen (#160)
This commit is contained in:
parent
9060b22a6e
commit
0ea9c0b3db
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,7 @@ private fun CreateSoulScreen(
|
|||
)
|
||||
}
|
||||
item {
|
||||
Spacer(modifier = Modifier.height(9.dp))
|
||||
Spacer(modifier = Modifier.height(16.dp))
|
||||
}
|
||||
item {
|
||||
CreateSoulDescription()
|
||||
|
@ -181,6 +181,7 @@ fun CreateSoulDescription() {
|
|||
Box(
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.padding(horizontal = 48.dp)
|
||||
.wrapContentHeight(),
|
||||
contentAlignment = Alignment.Center
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue