diff --git a/lib/src/ui/pages/about.dart b/lib/src/ui/pages/about.dart index 3e8a644..5f177eb 100644 --- a/lib/src/ui/pages/about.dart +++ b/lib/src/ui/pages/about.dart @@ -48,7 +48,11 @@ class AboutPage extends StatelessWidget { mainAxisAlignment: MainAxisAlignment.center, children: [ Padding( - padding: const EdgeInsets.symmetric(horizontal: 4), + padding: const EdgeInsets.only( + top: 8, + left: 4, + right: 4, + ), child: ElevatedButton( onPressed: () async { await launchUrl( @@ -62,7 +66,11 @@ class AboutPage extends StatelessWidget { ), ), Padding( - padding: const EdgeInsets.symmetric(horizontal: 4), + padding: const EdgeInsets.only( + top: 8, + left: 4, + right: 4, + ), child: ElevatedButton( onPressed: () async { final licenseText = await rootBundle.loadString(