浏览代码

Fix padding

Vishnu Mohandas 4 年之前
父节点
当前提交
151be1408a
共有 1 个文件被更改,包括 2 次插入2 次删除
  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,
                 fontSize: 16,
               ),
               ),
             ),
             ),
-            Padding(padding: EdgeInsets.all(8)),
+            Padding(padding: EdgeInsets.all(10)),
             Text(
             Text(
               "this might take upto 30 seconds 🐣",
               "this might take upto 30 seconds 🐣",
               style: TextStyle(color: Colors.white.withOpacity(0.3)),
               style: TextStyle(color: Colors.white.withOpacity(0.3)),
@@ -130,7 +130,7 @@ class _LoadingPhotosPageState extends State<LoadingPhotosPage> {
         text,
         text,
         textAlign: TextAlign.center,
         textAlign: TextAlign.center,
         style: TextStyle(
         style: TextStyle(
-          color: Colors.white.withOpacity(0.6),
+          color: Colors.white.withOpacity(0.7),
           height: 1.5,
           height: 1.5,
         ),
         ),
       ),
       ),