Skip to content

Commit

Permalink
Label tile's snackbar bg color changed to red and text color changed …
Browse files Browse the repository at this point in the history
…to white. (#104)
  • Loading branch information
sameermansoori1 authored Oct 8, 2023
1 parent 648a5e1 commit e5e9150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/app/modules/addOrUpdateAlarm/views/label_tile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ class LabelTile extends StatelessWidget {
Get.snackbar(
"Note",
"Please don't enter whitespace as first character!",
backgroundColor: Colors.white,
colorText: Colors.black,
backgroundColor: Colors.red,
colorText: Colors.white,
);
}
}
Expand Down

0 comments on commit e5e9150

Please sign in to comment.