mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 01:45:55 +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,
|
||||
height: 48,
|
||||
alignment: Alignment.center,
|
||||
child: Icon(Icons.folder, size: 36),
|
||||
child: Icon(
|
||||
Icons.folder,
|
||||
size: 36,
|
||||
color: Theme.of(context).accentColor,
|
||||
),
|
||||
),
|
||||
title: Text(folderName),
|
||||
subtitle: Text(subtitle),
|
||||
|
Reference in New Issue
Block a user