use theme color for alt badge text

This commit is contained in:
sk
2023-07-20 23:39:11 +02:00
parent 67952ea98e
commit 996f0b22b9
3 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@
android:layout_marginEnd="4dp"
android:importantForAccessibility="no"
android:textAppearance="@style/m3_label_large"
android:textColor="#FFF"
android:textColor="?colorM3DarkOnSurface"
android:gravity="center"
android:includeFontPadding="false"
android:background="@drawable/bg_image_alt_overlay"