mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-01 12:23:44 +08:00
FolderView: Make the icons the accent color
This commit is contained in:
@ -78,7 +78,11 @@ class FolderTileState extends State<FolderTile> {
|
|||||||
width: 48,
|
width: 48,
|
||||||
height: 48,
|
height: 48,
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
child: Icon(Icons.folder, size: 36),
|
child: Icon(
|
||||||
|
Icons.folder,
|
||||||
|
size: 36,
|
||||||
|
color: Theme.of(context).accentColor,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
title: Text(folderName),
|
title: Text(folderName),
|
||||||
subtitle: Text(subtitle),
|
subtitle: Text(subtitle),
|
||||||
|
Reference in New Issue
Block a user