Skip to content

Commit

Permalink
Fix the m3 switch display as m2 style in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Super12138 committed Jan 14, 2024
1 parent fac7fb4 commit f27df2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/res/values-night/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@
<item name="colorSurfaceContainer">@color/md_theme_surfaceContainer</item>
<item name="colorSurfaceContainerHigh">@color/md_theme_surfaceContainerHigh</item>
<item name="colorSurfaceContainerHighest">@color/md_theme_surfaceContainerHighest</item>

<item name="preferenceTheme">@style/AppPreferenceThemeOverlay</item>
<item name="alertDialogTheme">@style/ToDo.M3AlertDialog</item>
</style>
</resources>

0 comments on commit f27df2c

Please sign in to comment.