From da4a057fd70c2a108aa5132e007c44fc2fd02cff Mon Sep 17 00:00:00 2001 From: marco Date: Mon, 2 Dec 2024 19:23:22 +0100 Subject: [PATCH] Changed font size --- lib/widgets/profile.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/profile.dart b/lib/widgets/profile.dart index 8e646bc..3b07d93 100644 --- a/lib/widgets/profile.dart +++ b/lib/widgets/profile.dart @@ -30,7 +30,7 @@ class Profile extends StatelessWidget { const Padding(padding: EdgeInsets.symmetric(vertical: 5)), Text( 'marco@skup.in', - style: Theme.of(context).textTheme.bodyLarge, + style: Theme.of(context).textTheme.bodyMedium, ), ], ),