diff --git a/src/libtomahawk/collection/Collection.cpp b/src/libtomahawk/collection/Collection.cpp index 4b3d6e889..01eee09ee 100644 --- a/src/libtomahawk/collection/Collection.cpp +++ b/src/libtomahawk/collection/Collection.cpp @@ -93,7 +93,8 @@ Collection::bigIcon() const { if ( !source()->avatar().isNull() ) return source()->avatar( TomahawkUtils::RoundedCorners ); - return TomahawkUtils::defaultPixmap( TomahawkUtils::SuperCollection ); + + return TomahawkUtils::tinted( TomahawkUtils::defaultPixmap( TomahawkUtils::DefaultCollection ), Qt::white ); }