Skip to content

Commit

Permalink
chore(ui): set the highlight color to warningColor
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed Jun 4, 2023
1 parent 1978a77 commit b2770dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/notification_screen/favorite_slots_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class _FavoriteSlotsWidgetState extends State<_FavoriteSlotsWidget>
@override
Widget build(BuildContext context) {
_animation = ColorTween(
begin: Theme.of(context).colorScheme.primary,
begin: Theme.of(context).colorScheme.warningColor,
end: Theme.of(context).colorScheme.background,
).animate(
CurvedAnimation(
Expand Down

0 comments on commit b2770dc

Please sign in to comment.