Skip to content

Commit 83e9313

Browse files
authored
Remove icon background (#1072)
1 parent 267b783 commit 83e9313

1 file changed

Lines changed: 6 additions & 15 deletions

File tree

app/lib/screens/market/overview.dart

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -259,21 +259,12 @@ class _OverviewWidgetState extends ConsumerState<OverviewWidget> {
259259
SizedBox(
260260
width: 50,
261261
child: Center(
262-
child: GestureDetector(
263-
onTap: null,
264-
child: CircleAvatar(
265-
radius: 25,
266-
backgroundColor: Theme.of(context)
267-
.colorScheme
268-
.primaryContainer,
269-
child: Icon(
270-
Icons.arrow_forward,
271-
color: Theme.of(context)
272-
.colorScheme
273-
.onPrimaryContainer,
274-
size: 30,
275-
),
276-
),
262+
child: Icon(
263+
Icons.arrow_forward,
264+
color: Theme.of(context)
265+
.colorScheme
266+
.onPrimaryContainer,
267+
size: 30,
277268
),
278269
),
279270
),

0 commit comments

Comments
 (0)