alroyso 1 년 전
부모
커밋
47a571ca67
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/app/modules/home/views/home_view.dart

+ 1 - 1
lib/app/modules/home/views/home_view.dart

@@ -96,7 +96,7 @@ class HomeView extends GetView<HomeController> {
                 ),
                 const SizedBox(height: 30,),
                 Padding(
-                  padding: const EdgeInsets.fromLTRB(10, 0, 10, 0),
+                  padding: const EdgeInsets.fromLTRB(20, 0, 20, 0),
                   child: Row(
                     children: [
                       Text(controller.getHttp().toString()),