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:
parent
b24decc685
commit
c4f40d15c4
2 changed files with 1 additions and 2 deletions
|
@ -140,7 +140,6 @@ class HomeScreenFragment : BaseComposeFragment(),
|
|||
)
|
||||
}
|
||||
}
|
||||
|
||||
BackHandler {
|
||||
vm.onBackClicked(
|
||||
isSpaceRoot = isSpaceRootScreen()
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue