diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index df34c7c..a833d30 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -26,6 +26,7 @@
#666
@color/defaultBackground
#fff
+ #ccc
#333
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 4ca12b7..c4cecad 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -25,6 +25,8 @@
- @color/systemBar
- @color/defaultBackground
+
+ - @style/AlertDialogTheme
@@ -52,4 +54,18 @@
- @color/white
+
+
+
+
+
+
+
\ No newline at end of file