mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-27 03:44:26 +02:00
MESSENGER-4299 Neues design Recovery Key Eingabefeld
This commit is contained in:
committed by
Frank Rotermund
parent
05214e6a37
commit
c4bd55d73b
@@ -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