summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2022-11-10 21:58:11 -0500
committerCharles Lombardo <clombardo169@gmail.com>2022-11-10 21:58:11 -0500
commit4b622ef4d033b64ea44323e876b033826257d379 (patch)
treee8258c087bb071e9faf178698abb19877b0d39dc /Source/Android
parentdca51f3ab0e5e11024556e495dfa4d959093c1d2 (diff)
Android: Change alert dialog button ripple color for default theme
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/src/main/res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/app/src/main/res/values/styles.xml b/Source/Android/app/src/main/res/values/styles.xml
index 91883bdb60..9c71db19ee 100644
--- a/Source/Android/app/src/main/res/values/styles.xml
+++ b/Source/Android/app/src/main/res/values/styles.xml
@@ -47,7 +47,7 @@
<style name="DolphinButton" parent="Widget.Material3.Button.TextButton.Dialog">
<item name="android:textColor">@color/dolphin_primary</item>
- <item name="rippleColor">@color/dolphin_secondary</item>
+ <item name="rippleColor">@color/dolphin_secondaryContainer</item>
</style>
<style name="DolphinPopup" parent="ThemeOverlay.Material3">