Skip to content

Commit

Permalink
makes the size of heading bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
anima-regem committed Nov 10, 2024
1 parent 83fb9cd commit 8021fbb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/screens/auth_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,12 @@ class _AuthScreenState extends State<AuthScreen> {
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),
Expand Down

0 comments on commit 8021fbb

Please sign in to comment.