Skip to content

Commit 667c78f

Browse files
Changed images color to white
1 parent 7359257 commit 667c78f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/view/widgets/applications_list_item.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class ApplicationsListItem extends StatelessWidget {
4040
verticalBarsIcon,
4141
width: 100,
4242
fit: BoxFit.fill,
43-
color: Theme.of(context).colorScheme.surface,
43+
color: Colors.white,
4444
),
4545
),
4646
const SizedBox(
@@ -61,7 +61,7 @@ class ApplicationsListItem extends StatelessWidget {
6161
horizontalBarsIcon,
6262
height: 100,
6363
fit: BoxFit.fill,
64-
color: Theme.of(context).colorScheme.surface,
64+
color: Colors.white,
6565
),
6666
),
6767
SizedBox(
@@ -70,7 +70,7 @@ class ApplicationsListItem extends StatelessWidget {
7070
child: Image.asset(
7171
instrumentIcon,
7272
fit: BoxFit.fill,
73-
color: Theme.of(context).colorScheme.surface,
73+
color: Colors.white,
7474
),
7575
)
7676
],

0 commit comments

Comments
 (0)