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

DROID-3239 Participant screen | Open from relations values (#2037)

This commit is contained in:
Konstantin Ivanov 2025-01-25 15:19:36 +01:00 committed by konstantiniiv
parent 113e572e32
commit 158d163709
4 changed files with 85 additions and 46 deletions

View file

@ -493,7 +493,7 @@ fun ProfileImageBlock(
Text(
text = stringResource(R.string.profile_settings_remove_image),
style = BodyRegular,
color = colorResource(id = R.color.palette_dark_red)
color = colorResource(id = R.color.text_primary)
)
}
}