diff --git a/app/src/main/java/dev/kaizen/app/chat/ChatScreen.kt b/app/src/main/java/dev/kaizen/app/chat/ChatScreen.kt index 555e600..82da948 100644 --- a/app/src/main/java/dev/kaizen/app/chat/ChatScreen.kt +++ b/app/src/main/java/dev/kaizen/app/chat/ChatScreen.kt @@ -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 }, ) {