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

Commit c2448a1e authored by Fan Zhang's avatar Fan Zhang
Browse files

Make custom cards title use same font family as slice cards

Change-Id: I00ab1cd3be7c5a03212371b869e811d6994d1d22
Fixes: 123529477
Test: visual
parent c41ea719
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -284,14 +284,8 @@
        <item name="android:textSize">@dimen/search_bar_text_size</item>
    </style>

    <style name="TextAppearance.SuggestionHeader"
           parent="@*android:style/TextAppearance.DeviceDefault.Subhead">
        <item name="android:textSize">14sp</item>
        <item name="android:textColor">?android:attr/colorAccent</item>
    </style>

    <style name="TextAppearance.ConditionCardTitle"
           parent="@*android:style/TextAppearance.DeviceDefault.Body2">
           parent="@*android:style/TextAppearance.DeviceDefault.Subhead">
        <item name="android:textSize">16sp</item>
    </style>