Skip to content

Commit

Permalink
using colorSecondary instead of accent as per quality script rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ouchadam committed Feb 10, 2022
1 parent 21cb5a8 commit cdd121c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector/src/main/res/layout/fragment_ftue_display_name.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
app:layout_constraintHeight_percent="0.15"
app:layout_constraintStart_toStartOf="@id/displayNameGutterStart"
app:layout_constraintTop_toTopOf="parent"
app:tint="?colorAccent" />
app:tint="?colorSecondary" />

<TextView
android:id="@+id/displayNameHeaderTitle"
Expand Down

0 comments on commit cdd121c

Please sign in to comment.