Ver Fonte

Fix padding

Vishnu Mohandas há 4 anos atrás
pai
commit
151be1408a
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      lib/ui/loading_photos_page.dart

+ 2 - 2
lib/ui/loading_photos_page.dart

@@ -91,7 +91,7 @@ class _LoadingPhotosPageState extends State<LoadingPhotosPage> {
                 fontSize: 16,
               ),
             ),
-            Padding(padding: EdgeInsets.all(8)),
+            Padding(padding: EdgeInsets.all(10)),
             Text(
               "this might take upto 30 seconds 🐣",
               style: TextStyle(color: Colors.white.withOpacity(0.3)),
@@ -130,7 +130,7 @@ class _LoadingPhotosPageState extends State<LoadingPhotosPage> {
         text,
         textAlign: TextAlign.center,
         style: TextStyle(
-          color: Colors.white.withOpacity(0.6),
+          color: Colors.white.withOpacity(0.7),
           height: 1.5,
         ),
       ),