Skip to content

Commit

Permalink
Upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
prijindal committed Oct 17, 2024
1 parent 678098d commit cc01ba3
Show file tree
Hide file tree
Showing 4 changed files with 814 additions and 177 deletions.
4 changes: 2 additions & 2 deletions lib/components/habbittile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ class HabbitContainerTile extends StatelessWidget {
@override
Widget build(BuildContext context) {
return OpenContainer(
openColor: Theme.of(context).colorScheme.background,
closedColor: Theme.of(context).colorScheme.background,
openColor: Theme.of(context).colorScheme.surface,
closedColor: Theme.of(context).colorScheme.surface,
openBuilder: (context, action) => HabbitPage(habbitId: habbit.id),
closedBuilder: (BuildContext _, VoidCallback openContainer) => HabbitTile(
habbit: habbit,
Expand Down
Loading

0 comments on commit cc01ba3

Please sign in to comment.