From 165efcd1a3d33caac4771724d8620e2141b8bc05 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Sat, 22 Feb 2025 17:22:23 +0100 Subject: [PATCH] Fuck with styles a little --- lib/main.dart | 4 ++-- lib/widgets/game_card.dart | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 3f9ecef..456b134 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -33,8 +33,8 @@ class MyApp extends StatelessWidget { ), textTheme: const TextTheme( titleLarge: TextStyle(fontSize: 30, fontWeight: FontWeight.bold), - bodyLarge: TextStyle(fontSize: 18), - bodyMedium: TextStyle(fontSize: 16), + bodyLarge: TextStyle(fontSize: 20), + bodyMedium: TextStyle(fontSize: 20), bodySmall: TextStyle(fontSize: 14), ), ), diff --git a/lib/widgets/game_card.dart b/lib/widgets/game_card.dart index 08d64c9..a3a3eaa 100644 --- a/lib/widgets/game_card.dart +++ b/lib/widgets/game_card.dart @@ -267,7 +267,7 @@ class _GameCardState extends State Row( children: [ SizedBox( - width: 120, + width: 200, child: Text( 'Version:', style: Theme.of(context).textTheme.bodyLarge?.copyWith( @@ -290,7 +290,7 @@ class _GameCardState extends State Row( children: [ SizedBox( - width: 120, + width: 200, child: Text( 'Last Updated:', style: Theme.of(context).textTheme.bodyLarge?.copyWith( @@ -312,7 +312,7 @@ class _GameCardState extends State Row( children: [ SizedBox( - width: 120, + width: 200, child: Text( 'Last Played:', style: Theme.of(context).textTheme.bodyLarge?.copyWith(