Browse Source

minor layout and copy change

ashilkn 2 years ago
parent
commit
13f7a07d31

+ 1 - 1
lib/ui/components/action_sheet_widget.dart

@@ -105,7 +105,7 @@ class ActionSheetWidget extends StatelessWidget {
                     isTitleAndBodyNull
                         ? const SizedBox.shrink()
                         : Padding(
-                            padding: const EdgeInsets.only(bottom: 28),
+                            padding: const EdgeInsets.only(bottom: 36),
                             child: ContentContainerWidget(
                               title: title,
                               bodyWidget: bodyWidget,

+ 1 - 1
lib/ui/components/dialog_widget.dart

@@ -112,7 +112,7 @@ class ContentContainer extends StatelessWidget {
                 children: [
                   Icon(
                     icon,
-                    size: 48,
+                    size: 32,
                   ),
                 ],
               ),

+ 2 - 1
lib/utils/dialog_util.dart

@@ -44,7 +44,8 @@ Future<ButtonAction?> showGenericErrorDialog({
     context: context,
     title: "Error",
     icon: Icons.error_outline_outlined,
-    body: "It looks like something went wrong. Please try again.",
+    body:
+        "It looks like something went wrong. Please retry after some time. If the error persists, please contact our support team.",
     isDismissible: isDismissible,
     buttons: const [
       ButtonWidget(