diff --git a/lib/screens/auth_screen.dart b/lib/screens/auth_screen.dart index 148da24..7316300 100644 --- a/lib/screens/auth_screen.dart +++ b/lib/screens/auth_screen.dart @@ -46,8 +46,12 @@ class _AuthScreenState extends State { children: [ // App Name Text( - 'Vyajan', - style: Theme.of(context).textTheme.headlineMedium, + 'വ്യാജൻ', + style: Theme.of(context).textTheme.headlineLarge!.copyWith( + fontWeight: FontWeight.bold, + color: Theme.of(context).colorScheme.primary, + fontSize: 58, + ), textAlign: TextAlign.center, ), SizedBox(height: 32),