JamesZhang 1 년 전
부모
커밋
078946c643
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      lib/components/imageButton.dart

+ 2 - 0
lib/components/imageButton.dart

@@ -118,6 +118,7 @@ class ImageColumnTextButton extends StatelessWidget {
                 Text(
                   text,
                   style: textStyle,
+                  textAlign: TextAlign.center,
                 ),
               ],
             ),
@@ -190,6 +191,7 @@ class ImageRowTextButton extends StatelessWidget {
                 Text(
                   text,
                   style: textStyle,
+                  textAlign: TextAlign.left,
                 ),
               ],
             ),