Jelajahi Sumber

Change background color for toasts

Vishnu Mohandas 4 tahun lalu
induk
melakukan
c65f7ee770
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      lib/utils/toast_util.dart

+ 1 - 1
lib/utils/toast_util.dart

@@ -7,7 +7,7 @@ Future<void> showToast(String message, {toastLength: Toast.LENGTH_LONG}) {
       toastLength: toastLength,
       toastLength: toastLength,
       gravity: ToastGravity.BOTTOM,
       gravity: ToastGravity.BOTTOM,
       timeInSecForIosWeb: 1,
       timeInSecForIosWeb: 1,
-      backgroundColor: Colors.grey[800],
+      backgroundColor: Colors.blueGrey[900],
       textColor: Colors.white,
       textColor: Colors.white,
       fontSize: 16.0);
       fontSize: 16.0);
 }
 }