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

Commit 5cbf2448 authored by Shubham Basu's avatar Shubham Basu Committed by Android (Google) Code Review
Browse files

Merge "fix: profile pause text color change" into sc-mainline-prod

parents 1962ca3b 2e208d75
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -21,4 +21,9 @@
  <color name="work_profile_button_stroke_color">
    @*android:color/system_accent1_200
  </color> <!-- accent 200 -->
  <color name="empty_state_text">@*android:color/system_neutral1_100</color>
  <!-- neutral 100 -->
  <color name="empty_state_message_text">@*android:color/system_neutral2_200
  </color>
  <!-- neutral variant 200 -->
</resources>
+5 −0
Original line number Diff line number Diff line
@@ -18,4 +18,9 @@
  <color name="work_profile_button_stroke_color">
    @*android:color/system_accent1_600
  </color> <!-- primary 600 -->
  <color name="empty_state_text">@*android:color/system_neutral1_900</color>
    <!-- neutral 900 -->
  <color name="empty_state_message_text">@*android:color/system_neutral2_700
  </color>
  <!-- neutral variant 700 -->
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    </style>

    <style name="EmptyStateMessageText">
        <item name="android:textColor">?android:textColorSecondary</item>
        <item name="android:textColor">@color/empty_state_message_text</item>
        <item name="android:textSize">14sp</item>
        <item name="fontFamily">@string/config_fontFamily</item>
    </style>