summaryrefslogtreecommitdiff
path: root/java/com/android/newbubble/res/values/colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/newbubble/res/values/colors.xml')
-rw-r--r--java/com/android/newbubble/res/values/colors.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/com/android/newbubble/res/values/colors.xml b/java/com/android/newbubble/res/values/colors.xml
index 8b1294fc6..74ad85cea 100644
--- a/java/com/android/newbubble/res/values/colors.xml
+++ b/java/com/android/newbubble/res/values/colors.xml
@@ -18,7 +18,8 @@
<resources>
<color name="bubble_primary_background_darken">#33000000</color>
- <color name="bubble_button_color_grey">@color/dialer_secondary_text_color</color>
+ <color name="bubble_ripple_color">@color/bubble_primary_background_darken</color>
+ <color name="bubble_button_color_grey">@color/icon_color_grey</color>
<color name="bubble_button_color_white">@color/dialer_primary_text_color_white</color>
<color name="bubble_button_color_blue">@color/dialer_theme_color</color>
</resources>