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

DROID-3219 Widgets | Fix | Fix member count text color

This commit is contained in:
Evgenii Kozlov 2025-02-03 21:36:42 +01:00
parent b24decc685
commit c4f40d15c4
2 changed files with 1 additions and 2 deletions

View file

@ -140,7 +140,6 @@ class HomeScreenFragment : BaseComposeFragment(),
)
}
}
BackHandler {
vm.onBackClicked(
isSpaceRoot = isSpaceRootScreen()

View file

@ -95,7 +95,7 @@ fun HomeScreenToolbar(
} else
stringResource(id = R.string.three_dots_text_placeholder),
style = Relations2,
color = colorResource(R.color.text_secondary),
color = colorResource(R.color.transparent_active),
modifier = Modifier
.align(Alignment.BottomStart)
.padding(