Fuck with styles a little

This commit is contained in:
2025-02-22 17:22:23 +01:00
parent 509849db5b
commit 165efcd1a3
2 changed files with 5 additions and 5 deletions

View File

@@ -267,7 +267,7 @@ class _GameCardState extends State<GameCard>
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<GameCard>
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<GameCard>
Row(
children: [
SizedBox(
width: 120,
width: 200,
child: Text(
'Last Played:',
style: Theme.of(context).textTheme.bodyLarge?.copyWith(