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
@@ -33,11 +33,11 @@ struct BorderedInputFieldStyle: TextFieldStyle {
if isError {
return theme.colors.alert
} else if isEditing {
return theme.colors.accent
return BWIBuildSettings.shared.bwiEnableBuMUI ? Color(hex: 0x108194) : theme.colors.accent
}
return theme.colors.quinaryContent
}
private var accentColor: Color {
if isError {
return theme.colors.alert