Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
laiiihz committed Nov 22, 2023
1 parent 229396d commit 5873641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/alga_view/all_apps/alga_app_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class AlgaAppItem extends StatelessWidget {
Widget build(BuildContext context) {
final colorScheme = Theme.of(context).colorScheme;

Color iconColor = colorScheme.onSecondaryContainer;
Color iconColor = colorScheme.tertiary;

return ValueListenableBuilder(
valueListenable: FavoriteBox.listener(item.path),
Expand Down

0 comments on commit 5873641

Please sign in to comment.