Browse Source

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

Alex 3 years ago
parent
commit
6924aa5eb1
1 changed files with 2 additions and 2 deletions
  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),
                     ),
                   ),
                 ),