BUG: add jpeg icons
This commit is contained in:
@@ -228,6 +228,13 @@ class _BuildFilesListState extends State<BuildFilesList> {
|
|||||||
color: MihColors.getRedColor(
|
color: MihColors.getRedColor(
|
||||||
MzansiInnovationHub.of(context)!.theme.mode == "Dark"),
|
MzansiInnovationHub.of(context)!.theme.mode == "Dark"),
|
||||||
);
|
);
|
||||||
|
case ("jpeg"):
|
||||||
|
return Icon(
|
||||||
|
FontAwesomeIcons.image,
|
||||||
|
size: 50,
|
||||||
|
color: MihColors.getGreenColor(
|
||||||
|
MzansiInnovationHub.of(context)!.theme.mode == "Dark"),
|
||||||
|
);
|
||||||
case ("jpg"):
|
case ("jpg"):
|
||||||
return Icon(
|
return Icon(
|
||||||
FontAwesomeIcons.image,
|
FontAwesomeIcons.image,
|
||||||
|
|||||||
Reference in New Issue
Block a user