Fix rounded forward sheet text field.

This commit is contained in:
Alex Hart
2026-09-02 16:11:22 -03:00
parent d7fab6fd15
commit 4be2685211
@@ -151,7 +151,7 @@ private fun AddMessage(
placeholder = {
Text(text = stringResource(R.string.MultiselectForwardFragment__add_a_message))
},
shape = RoundedCornerShape(50),
shape = RoundedCornerShape(30.dp),
colors = TextFieldDefaults.colors(
focusedIndicatorColor = Color.Transparent,
unfocusedIndicatorColor = Color.Transparent,