fix: nudge attachment menu slightly more to the left
This commit is contained in:
parent
5c646ae4a1
commit
b0a7cc37aa
1 changed files with 1 additions and 1 deletions
|
|
@ -557,7 +557,7 @@ fun ChatScreen(
|
|||
visible = showAttachMenu,
|
||||
modifier = Modifier
|
||||
.align(Alignment.BottomStart)
|
||||
.padding(start = 20.dp, bottom = 140.dp),
|
||||
.padding(start = 14.dp, bottom = 140.dp),
|
||||
enter = androidx.compose.animation.fadeIn() + androidx.compose.animation.slideInVertically { it / 2 },
|
||||
exit = androidx.compose.animation.fadeOut() + androidx.compose.animation.slideOutVertically { it / 2 },
|
||||
) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue