1
0
Fork 0
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:
Evgenii Kozlov 2025-05-24 15:42:38 +02:00 committed by GitHub
parent 10939ff549
commit 1319a78cdb
Signed by: github
GPG key ID: B5690EEEBB952194
6 changed files with 72 additions and 34 deletions

View file

@ -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)
)