MESSENGER-4299 Neues design Recovery Key Eingabefeld

This commit is contained in:
Arnfried Griesert
2023-04-28 06:11:34 +00:00
committed by Frank Rotermund
parent 280d19922f
commit e3b3950e67
3 changed files with 33 additions and 16 deletions
@@ -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
}