Skip to content
Permalink
Browse files
Merge pull request #11265 from t895/dialog-ripple-color
Android: Change alert dialog button ripple color for default theme
  • Loading branch information
JosJuice committed Nov 13, 2022
2 parents 2a81fa6 + 4b622ef commit 1e80bcb
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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">

0 comments on commit 1e80bcb

Please sign in to comment.