Skip to content

Commit

Permalink
set themed text color on job description
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemkinator committed Jun 7, 2023
1 parent 9fccc7f commit 0a3075f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_about_me.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
android:layout_height="wrap_content"
android:text="@string/leo_job"
android:textAppearance="?android:attr/textAppearanceListItemSecondary"
android:textColor="@color/secondary_text_icon_color" />
android:textColor="@color/secondary_text_icon_color_themed" />

</LinearLayout>

Expand Down

0 comments on commit 0a3075f

Please sign in to comment.