Skip to content

Commit

Permalink
Update button.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli committed Jun 27, 2024
1 parent cc93ce3 commit ab089ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todo_list/lib/style/components/button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ class TodoButton extends StatelessWidget {
$text.style.ref($token.textStyle.heading3),
$text.style.bold(),
$with.scale(1),
$with.align(alignment: Alignment.center),
$on.press(
$with.scale(1.1),
),
$with.align(alignment: Alignment.center),
),
),
);
Expand Down

0 comments on commit ab089ea

Please sign in to comment.