This commit is contained in:
2026-05-18 00:27:01 +02:00
parent 418a6307a0
commit 092dd5ec0a

View File

@@ -236,9 +236,9 @@ class _MatchTileState extends State<MatchTile> {
],
if (match.teams != null && match.teams!.isNotEmpty) ...[
const Text(
'Teams',
style: TextStyle(
Text(
loc.teams,
style: const TextStyle(
fontSize: 13,
color: Colors.grey,
fontWeight: FontWeight.w500,