1
0
Fork 0
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:
Evgenii Kozlov 2023-07-10 18:20:36 +02:00 committed by uburoiubu
parent 9060b22a6e
commit 0ea9c0b3db
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6

View file

@ -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
) {