Changed authentication warning color

This commit is contained in:
M66B 2019-04-17 08:58:24 +02:00
parent a9529070bc
commit 151c582b65
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
Boolean.FALSE.equals(message.dkim) ||
Boolean.FALSE.equals(message.spf) ||
Boolean.FALSE.equals(message.dmarc)
? colorWarning : Color.TRANSPARENT);
? colorAccent : Color.TRANSPARENT);
vwStatus.setVisibility(paranoid ? View.VISIBLE : View.GONE);
// Expander