summaryrefslogtreecommitdiff
path: root/Source/Android/app/src
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2022-11-13 09:16:06 +0100
committerGitHub <noreply@github.com>2022-11-13 09:16:06 +0100
commit1e80bcbd57585b6af9e5214cf66c55eb54d23db1 (patch)
tree394a0b45ff9142bcb6400f398a5a5a38fb3b2191 /Source/Android/app/src
parent2a81fa6c2698fe2f81ed4e1267516029a7a0c878 (diff)
parent4b622ef4d033b64ea44323e876b033826257d379 (diff)
Merge pull request #11265 from t895/dialog-ripple-color
Android: Change alert dialog button ripple color for default theme
Diffstat (limited to 'Source/Android/app/src')
-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">