1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-3560 Primitives | New properties icon (#2296)

This commit is contained in:
Konstantin Ivanov 2025-04-12 12:14:18 +02:00 committed by GitHub
parent 070b6a4921
commit 40ac22f003
Signed by: github
GPG key ID: B5690EEEBB952194
5 changed files with 51 additions and 3 deletions

View file

@ -108,7 +108,7 @@ fun FieldsItem(
BaseButton(
modifier = modifier,
title = stringResource(id = R.string.properties),
icon = R.drawable.ic_fields_24,
icon = R.drawable.ic_properties_24,
)
}