BUG: add jpeg icons
This commit is contained in:
parent
43d715f4f8
commit
c4b3a12213
1 changed files with 7 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue