[fenix] For https://github.com/mozilla-mobile/fenix/issues/22973 - Remove @color/contrast_text_light_theme redirection

pull/600/head
Gabriel Luong 3 years ago committed by mergify[bot]
parent dde2d7edd7
commit ed58de80f6

@ -35,7 +35,7 @@
android:maxWidth="200dp"
android:text="@string/tab_tray_inactive_onboarding_message"
android:textAppearance="@style/Body16TextStyle"
android:textColor="@color/contrast_text_light_theme"
android:textColor="@color/fx_mobile_private_text_color_primary"
android:textSize="16sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/close_info_banner"
@ -55,6 +55,6 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/ic_close"
app:tint="@color/contrast_text_light_theme" />
app:tint="@color/fx_mobile_private_text_color_primary" />
</androidx.constraintlayout.widget.ConstraintLayout>
</LinearLayout>
</LinearLayout>

@ -25,7 +25,7 @@
android:maxWidth="200dp"
android:text="@string/onboarding_home_screen_jump_back_contextual_hint"
android:textAppearance="@style/Body16TextStyle"
android:textColor="@color/contrast_text_light_theme"
android:textColor="@color/fx_mobile_private_text_color_primary"
android:textSize="16sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/close_info_banner"
@ -45,7 +45,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/ic_close"
app:tint="@color/contrast_text_light_theme" />
app:tint="@color/fx_mobile_private_text_color_primary" />
</androidx.constraintlayout.widget.ConstraintLayout>
<ImageView

@ -136,7 +136,6 @@
<!-- Light theme color palette -->
<color name="primary_text_light_theme">@color/photonInk80</color>
<color name="contrast_text_light_theme">@color/photonLightGrey05</color>
<color name="foundation_light_theme">@color/photonLightGrey20</color>
<color name="accent_light_theme">@color/photonInk20</color>
<color name="accent_bright_light_theme">@color/photonViolet70</color>
@ -206,7 +205,7 @@
<!-- Normal theme colors for light mode -->
<color name="primary_text_normal_theme">@color/primary_text_light_theme</color>
<color name="secondary_text_normal_theme">@color/photonGrey50</color>
<color name="contrast_text_normal_theme">@color/contrast_text_light_theme</color>
<color name="contrast_text_normal_theme">@color/photonLightGrey05</color>
<color name="caption_text_normal_theme">@color/photonLightGrey90</color>
<color name="foundation_normal_theme">@color/foundation_light_theme</color>
<color name="above_normal_theme">@color/photonWhite</color>

Loading…
Cancel
Save