[fenix] For https://github.com/mozilla-mobile/fenix/issues/5095: Changed search engine text color from default to ?primaryText

pull/600/head
mihai-adrian 5 years ago committed by Jeff Boek
parent 1329fdef70
commit d6883885e0

@ -30,6 +30,7 @@
app:layout_constraintBottom_toBottomOf="@id/radio_button" />
<TextView
android:id="@+id/engine_text"
android:textColor="?primaryText"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/radio_button_padding_horizontal"

Loading…
Cancel
Save