aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/snackbar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/drawable/snackbar.xml')
-rw-r--r--src/main/res/drawable/snackbar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/drawable/snackbar.xml b/src/main/res/drawable/snackbar.xml
index 951d7aee..2645b136 100644
--- a/src/main/res/drawable/snackbar.xml
+++ b/src/main/res/drawable/snackbar.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
- <solid android:color="@color/darkbackground" />
+ <solid android:color="@color/grey800" />
<corners android:radius="8dip" />