Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4164dbb7 authored by yueg's avatar yueg Committed by Copybara-Service
Browse files

Fix voicemail multi-select title text color

Test: manual
PiperOrigin-RevId: 200265855
Change-Id: I4f082c7db8a2a1df51e13265766d8c3923368f8f
parent 765d8d5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,6 +46,6 @@

  <!-- Colors our actionbar text in action mode to dialer white text color. -->
  <style name="ActionModeTitleTextStyle" parent="@style/TextAppearance.AppCompat.Widget.ActionMode.Title">
    <item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
    <item name="android:textColor">?android:attr/textColorPrimary</item>
  </style>
</resources>