diff options
| author | JosJuice <josjuice@gmail.com> | 2022-11-13 09:16:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-13 09:16:06 +0100 |
| commit | 1e80bcbd57585b6af9e5214cf66c55eb54d23db1 (patch) | |
| tree | 394a0b45ff9142bcb6400f398a5a5a38fb3b2191 /Source/Android | |
| parent | 2a81fa6c2698fe2f81ed4e1267516029a7a0c878 (diff) | |
| parent | 4b622ef4d033b64ea44323e876b033826257d379 (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')
| -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"> |
