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

Commit 511f0309 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

Merge branch '711-stepper_button_text_not_visible_in_light_mode' into 'epic23-update_with_upstream'

711-stepper_button_text_not_visible_in_light_mode

See merge request !63
parents 304602db 0090f2ce
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@
        <item name="android:paddingBottom">8dp</item>
        <item name="android:textAllCaps">true</item>
        <item name="android:textAppearance">?android:attr/textAppearanceMedium</item>
        <item name="android:textColor">@android:color/white</item>
        <item name="android:textColor">@color/accentColor</item>
    </style>

    <style name="edittext_holder_style" parent="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox">