We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267b783 commit 83e9313Copy full SHA for 83e9313
1 file changed
app/lib/screens/market/overview.dart
@@ -259,21 +259,12 @@ class _OverviewWidgetState extends ConsumerState<OverviewWidget> {
259
SizedBox(
260
width: 50,
261
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
273
- .onPrimaryContainer,
274
- size: 30,
275
- ),
276
+ child: Icon(
+ Icons.arrow_forward,
+ color: Theme.of(context)
+ .colorScheme
+ .onPrimaryContainer,
+ size: 30,
277
),
278
279
0 commit comments