瀏覽代碼

Update text

Vishnu Mohandas 4 年之前
父節點
當前提交
72c7498da4
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      lib/ui/grant_permissions_widget.dart

+ 3 - 2
lib/ui/grant_permissions_widget.dart

@@ -5,7 +5,7 @@ import 'package:photos/services/sync_service.dart';
 
 
 class GrantPermissionsWidget extends StatelessWidget {
 class GrantPermissionsWidget extends StatelessWidget {
   final _logger = Logger("GrantPermissionsWidget");
   final _logger = Logger("GrantPermissionsWidget");
-  
+
   @override
   @override
   Widget build(BuildContext context) {
   Widget build(BuildContext context) {
     return Center(
     return Center(
@@ -16,9 +16,10 @@ class GrantPermissionsWidget extends StatelessWidget {
           Padding(
           Padding(
             padding: const EdgeInsets.all(32),
             padding: const EdgeInsets.all(32),
             child: Text(
             child: Text(
-              "ente needs your permission to load and display your gallery",
+              "ente needs your permission to display your gallery",
               textAlign: TextAlign.center,
               textAlign: TextAlign.center,
               style: TextStyle(
               style: TextStyle(
+                fontSize: 16,
                 height: 1.4,
                 height: 1.4,
               ),
               ),
             ),
             ),