Skip to content

Commit

Permalink
Merge pull request #88 from mario-bermonti:mario-bermonti/issue85
Browse files Browse the repository at this point in the history
Improve UI of task list buttons
  • Loading branch information
mario-bermonti authored Oct 20, 2024
2 parents ddbc7e4 + 51e1254 commit e27fc32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/src/task_list/view/task_buttons.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ class DSBButton extends StatelessWidget {
await runSession(taskRunner: runDigitSpanBackwards);
},
child: Text(
'Memoria de números al revés',
'Memoria de números inversos',
style: Theme.of(context).textTheme.titleLarge,
textAlign: TextAlign.center,
),
);
}
Expand Down Expand Up @@ -56,6 +57,7 @@ class DSFButton extends StatelessWidget {
child: Text(
'Memoria de números',
style: Theme.of(context).textTheme.titleLarge,
textAlign: TextAlign.center,
),
);
}
Expand Down

0 comments on commit e27fc32

Please sign in to comment.