Skip to content

Commit

Permalink
fix: SwitchPreference style on dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
axel358 committed Mar 10, 2024
1 parent fbb69d3 commit 5f21b21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app/src/main/res/values-night/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<item name="alertDialogTheme">@style/DialogTheme</item>
<item name="android:statusBarColor">?attr/colorSurface</item>
<item name="toolbarStyle">?attr/toolbarSurfaceStyle</item>
<item name="preferenceTheme">@style/ThemeOverlay.App.Preference</item>
</style>

</resources>
1 change: 0 additions & 1 deletion app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<item name="android:statusBarColor">?attr/colorSurface</item>
<item name="toolbarStyle">?attr/toolbarSurfaceStyle</item>
<item name="android:windowLightStatusBar" >true</item>

<item name="preferenceTheme">@style/ThemeOverlay.App.Preference</item>
</style>

Expand Down

0 comments on commit 5f21b21

Please sign in to comment.