change card background in light theme

This commit is contained in:
Josia Pietsch 2025-05-25 12:54:54 +02:00
parent a56cc772f7
commit 394f66dde9
Signed by: jrpie
GPG key ID: E70B571D66986A2D
3 changed files with 10 additions and 3 deletions

View file

@ -37,7 +37,7 @@
android:layout_width="match_parent"
android:layout_height="0dp"
app:cardElevation="8dp"
app:cardBackgroundColor="@color/cardview_dark_background"
app:cardBackgroundColor="?cardBackgroundColor"
app:cardCornerRadius="12dp"
app:cardUseCompatPadding="true"
app:layout_constraintTop_toBottomOf="@id/tutorial_setup_subtitle"