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

Commit ba613db8 authored by Jason Monk's avatar Jason Monk
Browse files

Increase secondary text contrast on conditionals

Change-Id: Iaa2ae24aa66dc269b14eaf5fd40a2ff789939a0d
Fixes: 28178952
parent 8f5c6949
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:paddingStart="0dp"
                    android:alpha=".7"
                    android:alpha=".8"
                    android:textColor="?android:attr/textColorPrimaryInverse"
                    style="?android:attr/buttonBarButtonStyle" />

@@ -112,7 +112,7 @@
                    android:id="@+id/second_action"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:alpha=".7"
                    android:alpha=".8"
                    android:textColor="?android:attr/textColorPrimaryInverse"
                    style="?android:attr/buttonBarButtonStyle" />