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