MESSENGER-3895 qr code login

This commit is contained in:
Arnfried Griesert
2023-02-08 12:19:07 +00:00
committed by Frank Rotermund
parent fd8ab8e648
commit d7a23d53dc
15 changed files with 294 additions and 20 deletions
@@ -99,7 +99,7 @@ struct RoundedBorderTextField: View {
/// The text field's border color.
private var borderColor: Color {
if isEditing {
return theme.colors.accent
return BWIBuildSettings.shared.bwiEnableBuMUI ? Color(hex: 0x108194) : theme.colors.accent
} else if footerText != nil, isError {
return theme.colors.alert
} else {