Tweak icon size

This commit is contained in:
Ming Ming 2021-07-02 01:45:14 +08:00
parent 5ba39ecc0a
commit ead2c61feb

View file

@ -241,7 +241,7 @@ class _HomeAlbumsState extends State<HomeAlbums> {
cover = Icon( cover = Icon(
Icons.panorama, Icons.panorama,
color: Colors.white.withOpacity(.8), color: Colors.white.withOpacity(.8),
size: 96, size: 88,
); );
} }
@ -265,7 +265,7 @@ class _HomeAlbumsState extends State<HomeAlbums> {
child: Icon( child: Icon(
Icons.archive, Icons.archive,
color: Colors.white.withOpacity(.8), color: Colors.white.withOpacity(.8),
size: 96, size: 88,
), ),
), ),
), ),
@ -287,7 +287,7 @@ class _HomeAlbumsState extends State<HomeAlbums> {
child: Icon( child: Icon(
Icons.add, Icons.add,
color: Colors.white.withOpacity(.8), color: Colors.white.withOpacity(.8),
size: 96, size: 88,
), ),
), ),
), ),