diff --git a/lib/pages/delivery/information_page.dart b/lib/pages/delivery/information_page.dart index ec8ba72..da16b13 100644 --- a/lib/pages/delivery/information_page.dart +++ b/lib/pages/delivery/information_page.dart @@ -146,12 +146,11 @@ class InformationPage extends StatelessWidget { Padding( padding: const EdgeInsets.only(left: 8), child: Text( - TranslationBase - .of(context) + TranslationBase.of(context) .packageContent, style: TextStyle( - fontWeight: FontWeight.w900, - fontSize: 20), + fontFamily: "Metropolis-Bold", + fontSize: 22), ), ), SizedBox(