From c8ae814a9157b3fc7c6ceb710bb1a199d5d9f314 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 20 Nov 2018 17:54:03 +0100 Subject: [PATCH] Fixed snackbar background color --- FAQ.md | 1 - app/src/main/res/values/colors.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 124d3d5c37..348f22bdb7 100644 --- a/FAQ.md +++ b/FAQ.md @@ -32,7 +32,6 @@ Anything on this list is in random order and *might* be added in the near future ## Known problems * File not selected (canceled) when using a file manager instead of the [Storage Access Framework](https://developer.android.com/guide/topics/providers/document-provider). This cannot be fixed by FairEmail, but you can workaround this problem by selecting *Always*. -* Black snackbar background color in black theme. Unfortunately, the snackbar cannot be styled. ## Frequently requested features diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index d8d7ff2c8e..506a144de7 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -31,7 +31,7 @@ #222 - #ff000000 + #222 #F6402C