We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7359257 commit 667c78fCopy full SHA for 667c78f
1 file changed
lib/view/widgets/applications_list_item.dart
@@ -40,7 +40,7 @@ class ApplicationsListItem extends StatelessWidget {
40
verticalBarsIcon,
41
width: 100,
42
fit: BoxFit.fill,
43
- color: Theme.of(context).colorScheme.surface,
+ color: Colors.white,
44
),
45
46
const SizedBox(
@@ -61,7 +61,7 @@ class ApplicationsListItem extends StatelessWidget {
61
horizontalBarsIcon,
62
height: 100,
63
64
65
66
67
SizedBox(
@@ -70,7 +70,7 @@ class ApplicationsListItem extends StatelessWidget {
70
child: Image.asset(
71
instrumentIcon,
72
73
74
75
)
76
],
0 commit comments