mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
MESSENGER-3895 qr code login
This commit is contained in:
committed by
Frank Rotermund
parent
fd8ab8e648
commit
d7a23d53dc
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user