icons same color as text

This commit is contained in:
sneurlax 2023-10-23 13:19:36 -05:00
parent 3b2260aab2
commit f81b71ba9e

View file

@ -124,6 +124,7 @@ class _ProgressItem extends StatelessWidget {
iconAsset,
width: 18,
height: 18,
color: Theme.of(context).extension<StackColors>()!.textDark,
),
),
),