Changed icon for second statistics tile
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m21s
Pull Request Pipeline / lint (pull_request) Successful in 2m22s

This commit is contained in:
2025-11-23 12:18:05 +01:00
parent fee5c57207
commit d411f58134

View File

@@ -89,7 +89,7 @@ class _StatisticsViewState extends State<StatisticsView> {
),
SizedBox(height: constraints.maxHeight * 0.02),
StatisticsTile(
icon: Icons.casino,
icon: Icons.percent,
title: 'Winrate per Player',
width: constraints.maxWidth * 0.95,
values: winRates,