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

Commit ab73c1a3 authored by Oli Thompson's avatar Oli Thompson
Browse files

Fix low contrast on work challenge screen emergency call button

Bug: 285718470
Test: btest a.d.g.WorkTelephonyTest#workChallengePinScreen_whenAllSubscriptionsManaged_hasEmergencyButton -nm
Change-Id: I546e30e7f0b9b5eccd54e912274eeb6ba1a7a6e6
parent d865ccc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -420,7 +420,7 @@

    <style name="WorkChallengeEmergencyButtonStyle">
        <item name="android:background">@drawable/work_challenge_emergency_button_background</item>
        <item name="android:textColor">?android:attr/textColorPrimary</item>
        <item name="android:textColor">@android:color/system_accent3_900</item>
        <item name="android:outlineProvider">none</item>
        <item name="android:paddingTop">15dp</item>
        <item name="android:paddingBottom">15dp</item>