fix font awesome icons use

This commit is contained in:
Yasien Mac Mini 2026-06-01 15:37:27 +02:00
parent 0dc8ac49be
commit 95511fdc99
7 changed files with 12 additions and 12 deletions

View file

@ -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(),