feat(theming): Adjust EmptyContentView image tint

Signed-off-by: Stefan Niedermann <info@niedermann.it>
This commit is contained in:
Stefan Niedermann 2024-01-23 10:44:19 +01:00
parent b0248e605a
commit 96df1307ea

View file

@ -17,7 +17,7 @@
android:scaleX="1.5"
android:scaleY="1.5"
android:src="@drawable/ic_launcher_foreground"
app:tint="@color/fg_default_high" />
app:tint="@color/fg_default_low" />
<TextView
android:id="@+id/empty_content_view_title"