fix: inconsistent true black text colors on toolbar menus

This commit is contained in:
LucasGGamerM
2023-04-18 12:09:00 -03:00
parent e121fccfc1
commit cf64e75e2f

View File

@@ -259,6 +259,9 @@
<style name="Theme.Mastodon.Toolbar.Dark.TrueBlack" parent="android:ThemeOverlay.Material.Dark.ActionBar">
<item name="android:colorPrimary">@color/black</item>
<item name="android:toolbarStyle">@style/Widget.Mastodon.Toolbar</item>
<!-- Why must we re-add this? So that the text color isn't wrong. I don't know why it doesn't work, but we shall do this so it looks right -->
<item name="android:textColorPrimary">?colorGray50</item>
<item name="android:textColorSecondary">?colorGray50</item>
</style>
<style name="Theme.Mastodon.Toolbar.Profile">