Fix toolbar icons color

This commit is contained in:
Koitharu
2022-04-03 20:00:13 +03:00
parent abfd7f281d
commit b916d4016e

View File

@@ -1,5 +1,11 @@
<resources>
<!--Toolbars-->
<style name="Theme.Kotatsu.ActionMode.CloseButton" parent="Widget.AppCompat.ActionButton.CloseMode">
<item name="android:tint">?colorControlNormal</item>
</style>
<!--AlertDialog-->
<style name="ThemeOverlay.Kotatsu.MaterialAlertDialog" parent="ThemeOverlay.Material3.MaterialAlertDialog">