Fuck with styles a little
This commit is contained in:
@@ -33,8 +33,8 @@ class MyApp extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
textTheme: const TextTheme(
|
textTheme: const TextTheme(
|
||||||
titleLarge: TextStyle(fontSize: 30, fontWeight: FontWeight.bold),
|
titleLarge: TextStyle(fontSize: 30, fontWeight: FontWeight.bold),
|
||||||
bodyLarge: TextStyle(fontSize: 18),
|
bodyLarge: TextStyle(fontSize: 20),
|
||||||
bodyMedium: TextStyle(fontSize: 16),
|
bodyMedium: TextStyle(fontSize: 20),
|
||||||
bodySmall: TextStyle(fontSize: 14),
|
bodySmall: TextStyle(fontSize: 14),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@@ -267,7 +267,7 @@ class _GameCardState extends State<GameCard>
|
|||||||
Row(
|
Row(
|
||||||
children: [
|
children: [
|
||||||
SizedBox(
|
SizedBox(
|
||||||
width: 120,
|
width: 200,
|
||||||
child: Text(
|
child: Text(
|
||||||
'Version:',
|
'Version:',
|
||||||
style: Theme.of(context).textTheme.bodyLarge?.copyWith(
|
style: Theme.of(context).textTheme.bodyLarge?.copyWith(
|
||||||
@@ -290,7 +290,7 @@ class _GameCardState extends State<GameCard>
|
|||||||
Row(
|
Row(
|
||||||
children: [
|
children: [
|
||||||
SizedBox(
|
SizedBox(
|
||||||
width: 120,
|
width: 200,
|
||||||
child: Text(
|
child: Text(
|
||||||
'Last Updated:',
|
'Last Updated:',
|
||||||
style: Theme.of(context).textTheme.bodyLarge?.copyWith(
|
style: Theme.of(context).textTheme.bodyLarge?.copyWith(
|
||||||
@@ -312,7 +312,7 @@ class _GameCardState extends State<GameCard>
|
|||||||
Row(
|
Row(
|
||||||
children: [
|
children: [
|
||||||
SizedBox(
|
SizedBox(
|
||||||
width: 120,
|
width: 200,
|
||||||
child: Text(
|
child: Text(
|
||||||
'Last Played:',
|
'Last Played:',
|
||||||
style: Theme.of(context).textTheme.bodyLarge?.copyWith(
|
style: Theme.of(context).textTheme.bodyLarge?.copyWith(
|
||||||
|
Reference in New Issue
Block a user