diff options
| author | Charles Lombardo <clombardo169@gmail.com> | 2022-11-10 21:58:11 -0500 |
|---|---|---|
| committer | Charles Lombardo <clombardo169@gmail.com> | 2022-11-10 21:58:11 -0500 |
| commit | 4b622ef4d033b64ea44323e876b033826257d379 (patch) | |
| tree | e8258c087bb071e9faf178698abb19877b0d39dc /Source/Android/app | |
| parent | dca51f3ab0e5e11024556e495dfa4d959093c1d2 (diff) | |
Android: Change alert dialog button ripple color for default theme
Diffstat (limited to 'Source/Android/app')
| -rw-r--r-- | Source/Android/app/src/main/res/values/styles.xml | 2 |
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"> |
