Send message button

This commit is contained in:
David Kaspar
2024-03-02 16:34:09 +00:00
parent bbf0d36cdf
commit 4cbdf11ecb
2 changed files with 2 additions and 1 deletions
@@ -525,7 +525,7 @@ fun ThinSendButton(
) {
Icon(
imageVector = Icons.Default.Send,
null,
contentDescription = stringResource(id = R.string.accessibility_send),
modifier = Size20Modifier,
)
}