mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
MESSENGER-4299 Neues design Recovery Key Eingabefeld
This commit is contained in:
committed by
Frank Rotermund
parent
280d19922f
commit
e3b3950e67
@@ -33,7 +33,7 @@ struct BorderedInputFieldStyle: TextFieldStyle {
|
||||
if isError {
|
||||
return theme.colors.alert
|
||||
} else if isEditing {
|
||||
return BWIBuildSettings.shared.bwiEnableBuMUI ? Color(hex: 0x108194) : theme.colors.accent
|
||||
return BWIBuildSettings.shared.bwiEnableBuMUI ? Color(ThemeService.shared().theme.tintColor) : theme.colors.accent
|
||||
}
|
||||
return theme.colors.quinaryContent
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user