Skip to content

Commit

Permalink
Merge pull request #1373 from nextcloud/adjust-empty-content-view-ima…
Browse files Browse the repository at this point in the history
…ge-color

feat(theming): Adjust EmptyContentView image tint
  • Loading branch information
David-Development authored Jan 24, 2024
2 parents 9a17db7 + 85677e3 commit 0b7e55b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
android:scaleX="1.7"
android:scaleY="1.7"
app:srcCompat="@drawable/ic_launcher_foreground"
app:tint="?attr/colorSecondaryContainer" />
app:tint="?attr/colorOnSurfaceVariant" />

<TextView
android:id="@+id/title"
Expand Down

0 comments on commit 0b7e55b

Please sign in to comment.