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

Commit 00fb60be authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Always use dark text on share sheet buttons

Fixes: 183606145
Test: visual
Change-Id: I1d137bc5390b4ecb67dce8cab4727d0cb7043825
parent 74d4d029
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@
    android:paddingStart="12dp"
    android:paddingEnd="12dp"
    android:drawablePadding="8dp"
    android:textColor="?android:textColorPrimary"
    android:textColor="@color/text_color_primary_device_default_light"
    android:textSize="12sp"
    android:maxWidth="192dp"
    android:singleLine="true"
    android:clickable="true"
    android:background="@drawable/chooser_action_button_bg"
    android:drawableTint="?android:textColorPrimary"
    android:drawableTint="@color/text_color_primary_device_default_light"
    android:drawableTintMode="src_in"
    style="?android:attr/borderlessButtonStyle"
    />