fix font awesome icons use
This commit is contained in:
parent
0dc8ac49be
commit
95511fdc99
7 changed files with 12 additions and 12 deletions
|
|
@ -209,25 +209,25 @@ class _BuildFilesListState extends State<BuildFilesList> {
|
|||
color: MihColors.red(),
|
||||
);
|
||||
case ("jpeg"):
|
||||
return Icon(
|
||||
return FaIcon(
|
||||
FontAwesomeIcons.image,
|
||||
size: 50,
|
||||
color: MihColors.green(),
|
||||
);
|
||||
case ("jpg"):
|
||||
return Icon(
|
||||
return FaIcon(
|
||||
FontAwesomeIcons.image,
|
||||
size: 50,
|
||||
color: MihColors.green(),
|
||||
);
|
||||
case ("png"):
|
||||
return Icon(
|
||||
return FaIcon(
|
||||
FontAwesomeIcons.image,
|
||||
size: 50,
|
||||
color: MihColors.green(),
|
||||
);
|
||||
case ("gif"):
|
||||
return Icon(
|
||||
return FaIcon(
|
||||
FontAwesomeIcons.image,
|
||||
size: 50,
|
||||
color: MihColors.orange(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue