Skip to content
Snippets Groups Projects
Unverified Commit 36f4eadc authored by Matthias Urhahn's avatar Matthias Urhahn Committed by GitHub
Browse files

Fix age restriction text color in light mode (DEV) #1881

parent 4f79de22
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@
android:accessibilityHeading="true"
android:contentDescription="@string/sixteen_title_text"
android:text="@string/sixteen_title_text"
android:textColor="@color/colorTextPrimary1InvertedStable"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
......@@ -32,6 +33,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/spacing_small"
android:text="@string/sixteen_description_text"
android:textColor="@color/colorTextPrimary1InvertedStable"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment