Implemented compact mode for match tiles
This commit is contained in:
@@ -89,6 +89,7 @@ class _HomeViewState extends State<HomeView> {
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(top: 8.0),
|
||||
child: MatchTile(
|
||||
compact: true,
|
||||
width: constraints.maxWidth * 0.95,
|
||||
match: recentMatches[0],
|
||||
onTap: () {
|
||||
@@ -105,6 +106,7 @@ class _HomeViewState extends State<HomeView> {
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(top: 8.0),
|
||||
child: MatchTile(
|
||||
compact: true,
|
||||
width: constraints.maxWidth * 0.95,
|
||||
match: recentMatches[1],
|
||||
onTap: () {
|
||||
|
||||
Reference in New Issue
Block a user