ashilkn 3 роки тому
батько
коміт
8f27a6f857
1 змінених файлів з 3 додано та 3 видалено
  1. 3 3
      lib/utils/toast_util.dart

+ 3 - 3
lib/utils/toast_util.dart

@@ -13,13 +13,13 @@ Future<void> showToast(String message,
         toastLength: toastLength,
         gravity: ToastGravity.BOTTOM,
         timeInSecForIosWeb: 1,
-        backgroundColor: Color.fromRGBO(127, 127, 127, 0.5),
+        backgroundColor: Color.fromRGBO(127, 127, 127, 0.8),
         textColor: Colors.white,
         fontSize: 16.0);
   } else {
     EasyLoading.instance
-      ..backgroundColor = Color.fromRGBO(127, 127, 127, 0.5)
-      ..indicatorColor = Color.fromRGBO(127, 127, 127, 0.5)
+      ..backgroundColor = Color.fromRGBO(127, 127, 127, 0.8)
+      ..indicatorColor = Color.fromRGBO(127, 127, 127, 0.8)
       ..textColor = Colors.white
       ..userInteractions = true
       ..loadingStyle = EasyLoadingStyle.custom;