Skip to content

Commit

Permalink
refactor(neon_framework): Remove background of unified search result …
Browse files Browse the repository at this point in the history
…icons

Signed-off-by: provokateurin <kate@provokateurin.de>
  • Loading branch information
provokateurin committed Aug 30, 2024
1 parent 812aea3 commit 6756e6c
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,7 @@ class NeonUnifiedSearchResults extends StatelessWidget {
if (result.hasData)
for (final entry in result.requireData.entries)
AdaptiveListTile(
leading: NeonImageWrapper(
size: const Size.square(largeIconSize),
child: _buildThumbnail(context, account, entry),
),
leading: _buildThumbnail(context, account, entry),
title: Text(entry.title),
subtitle: Text(entry.subline),
onTap: () {
Expand Down

0 comments on commit 6756e6c

Please sign in to comment.