Teamspiele implementieren #217

Open
flixcoo wants to merge 55 commits from feature/168-teamspiele-implementieren into development
Showing only changes of commit 092dd5ec0a - Show all commits

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,