ui: align finalize migration destructive/default button colors (#3938)

* ios: align finalize migration destructive/default button colors

* android
This commit is contained in:
spaced4ndy
2024-03-21 18:00:27 +04:00
committed by GitHub
parent b220ea23e2
commit c2adf40b5a
2 changed files with 3 additions and 2 deletions
@@ -386,7 +386,8 @@ private fun MutableState<MigrationFromState>.FinishedView(chatDeletion: Boolean)
confirmText = generalGetString(MR.strings.migrate_from_device_start_chat),
onConfirm = {
withLongRunningApi { startChatAndDismiss() }
}
},
destructive = true
)
}
) {}