Skip to content

Commit faafadd

Browse files
committed
fix(tasksBuilder): update snackbar text color for better visibility
1 parent 9b3ed9e commit faafadd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/app/modules/home/views/tasks_builder.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ class TasksBuilder extends StatelessWidget {
7171
backgroundColor: tColors.secondaryBackgroundColor,
7272
duration: const Duration(seconds: 2),
7373
action: SnackBarAction(
74+
textColor: tColors.purpleShade,
7475
label:
7576
SentenceManager(currentLanguage: selectedLanguage).sentences.undo,
7677
onPressed: () {

0 commit comments

Comments
 (0)