We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3ed9e commit faafaddCopy full SHA for faafadd
lib/app/modules/home/views/tasks_builder.dart
@@ -71,6 +71,7 @@ class TasksBuilder extends StatelessWidget {
71
backgroundColor: tColors.secondaryBackgroundColor,
72
duration: const Duration(seconds: 2),
73
action: SnackBarAction(
74
+ textColor: tColors.purpleShade,
75
label:
76
SentenceManager(currentLanguage: selectedLanguage).sentences.undo,
77
onPressed: () {
0 commit comments