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

Commit ba83b1e4 authored by SongFerng Wang's avatar SongFerng Wang Committed by Automerger Merge Worker
Browse files

Merge "Fix the text color in the dark theme" into udc-dev am: 1c650f61

parents ecb8e600 1c650f61
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
  ~ limitations under the License
  -->

<resources>
<resources xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
    <style name="TextAppearanceSmall">
        <item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
    </style>
@@ -73,7 +73,7 @@
    </style>

    <style name="TextAppearanceBroadcastDialogButton" parent="@android:TextAppearance.DeviceDefault.Headline">
        <item name="android:textColor">?android:attr/textColorPrimary</item>
        <item name="android:textColor">?androidprv:attr/textColorOnAccent</item>
        <item name="android:textSize">@dimen/broadcast_dialog_btn_text_size</item>
    </style>