decrease text size

This commit is contained in:
2025-08-03 13:30:07 +02:00
parent 7000429856
commit 1d22f9b49d

View File

@@ -23,7 +23,7 @@ Widget doubleRowInfoTile(
flex: 10,
child: Text(
"$titleOneUpperLeft $titleTwoUpperLeft",
style: TextStyle(fontSize: 20),
style: TextStyle(fontSize: 17),
overflow: TextOverflow.ellipsis,
maxLines: 1,
),
@@ -33,7 +33,7 @@ Widget doubleRowInfoTile(
flex: 3,
child: Text(
"$titleUpperRight",
style: TextStyle(fontSize: 20),
style: TextStyle(fontSize: 17),
overflow: TextOverflow.ellipsis,
maxLines: 1,
textAlign: TextAlign.end,
@@ -47,7 +47,7 @@ Widget doubleRowInfoTile(
flex: 10,
child: Text(
"$titleLowerLeft",
style: TextStyle(fontSize: 20),
style: TextStyle(fontSize: 17),
overflow: TextOverflow.ellipsis,
maxLines: 1,
),
@@ -57,7 +57,7 @@ Widget doubleRowInfoTile(
flex: 4,
child: Text(
"$titleLowerRight",
style: TextStyle(fontSize: 20),
style: TextStyle(fontSize: 17),
overflow: TextOverflow.ellipsis,
maxLines: 1,
textAlign: TextAlign.end,