more toolbar color

This commit is contained in:
Evgeny @ SimpleX Chat
2026-05-20 18:13:05 +00:00
parent 81a65c6ec3
commit e92278c658
@@ -572,7 +572,7 @@ private fun ChatListToolbar(userPickerState: MutableStateFlow<AnimatedViewState>
navigationButton = {
if (chatModel.users.isEmpty() && !chatModel.desktopNoUserNoRemote) {
NavigationButtonMenu {
ModalManager.start.showModalCloseable { close ->
ModalManager.start.showModalCloseable(background = canvasColorForCurrentTheme()) { close ->
SettingsView(chatModel, setPerformLA, close)
}
}