mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-09-20 08:45:50 +01:00
Fix rounded forward sheet text field.
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user