Skip to content

Commit

Permalink
fix collect button color
Browse files Browse the repository at this point in the history
  • Loading branch information
Predidit committed Dec 17, 2024
1 parent 38f6f8b commit 84b296a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bean/widget/collect_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class NonClickableIconButton extends StatelessWidget {
final Color effectiveBackgroundColor =
backgroundColor ?? Theme.of(context).colorScheme.secondaryContainer;
final Color effectiveIconColor =
iconColor ?? Theme.of(context).colorScheme.onPrimaryContainer;
iconColor ?? Theme.of(context).colorScheme.onSecondaryContainer;
return Container(
padding: EdgeInsets.all(padding),
decoration: BoxDecoration(
Expand Down

0 comments on commit 84b296a

Please sign in to comment.