mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-2966 Chats | Fix | Misc. fixes (#2454)
This commit is contained in:
parent
10939ff549
commit
1319a78cdb
6 changed files with 72 additions and 34 deletions
|
@ -336,7 +336,7 @@ fun Bubble(
|
|||
DropdownMenuItem(
|
||||
text = {
|
||||
Text(
|
||||
text = stringResource(R.string.copy),
|
||||
text = stringResource(R.string.copy_text),
|
||||
color = colorResource(id = R.color.text_primary),
|
||||
modifier = Modifier.padding(end = 64.dp)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue