Fix toolbar icons color

pull/137/head v3.0
Koitharu 4 years ago
parent abfd7f281d
commit b916d4016e
No known key found for this signature in database
GPG Key ID: 8E861F8CE6E7CE27

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

Loading…
Cancel
Save