Skip to content

Commit

Permalink
For mozilla-mobile#18717: Use normal theme color for tab tray synced …
Browse files Browse the repository at this point in the history
…tabs.
  • Loading branch information
mcarare authored and jonalmeida committed Mar 31, 2021
1 parent 304e471 commit 2687092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/sync_tabs_list_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
android:layout_marginEnd="48dp"
android:singleLine="true"
android:textAlignment="viewStart"
android:textColor="?primaryText"
android:textColor="@color/primary_text_normal_theme"
android:textSize="16sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/view_synced_tabs_group.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
android:drawablePadding="32dp"
android:gravity="center_vertical|start"
android:textAppearance="@style/Header14TextStyle"
android:textColor="?primaryText"
android:textColor="@color/primary_text_normal_theme"
android:textSize="12sp"
app:drawableStartCompat="@drawable/mozac_ic_device_desktop"
app:drawableTint="?primaryText"
app:drawableTint="@color/primary_text_normal_theme"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand Down

0 comments on commit 2687092

Please sign in to comment.