浏览代码

Update font size of 'create shared album' button to keep the text on one line

Alex 3 年之前
父节点
当前提交
6924aa5eb1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      mobile/lib/modules/sharing/ui/sharing_sliver_appbar.dart

+ 2 - 2
mobile/lib/modules/sharing/ui/sharing_sliver_appbar.dart

@@ -49,7 +49,7 @@ class SharingSliverAppBar extends StatelessWidget {
                     ),
                     label: const Text(
                       "Create shared album",
-                      style: TextStyle(fontWeight: FontWeight.bold, fontSize: 13),
+                      style: TextStyle(fontWeight: FontWeight.bold, fontSize: 12),
                     ),
                   ),
                 ),
@@ -69,7 +69,7 @@ class SharingSliverAppBar extends StatelessWidget {
                     ),
                     label: const Text(
                       "Share with partner",
-                      style: TextStyle(fontWeight: FontWeight.bold, fontSize: 13),
+                      style: TextStyle(fontWeight: FontWeight.bold, fontSize: 12),
                     ),
                   ),
                 ),