diff --git a/filcnaplo/lib/helpers/subject_icon.dart b/filcnaplo/lib/helpers/subject_icon.dart index ee08df4..87a024f 100644 --- a/filcnaplo/lib/helpers/subject_icon.dart +++ b/filcnaplo/lib/helpers/subject_icon.dart @@ -14,9 +14,9 @@ class SubjectIcon { if (RegExp("mate(k|matika)").hasMatch(name) || category == "matematika") return Icons.calculate_outlined; if (RegExp("magyar nyelv|nyelvtan").hasMatch(name)) return Icons.spellcheck_outlined; if (RegExp("irodalom").hasMatch(name)) return Icons.menu_book_outlined; - if (RegExp("rajz|muvtori|muveszet|kultura").hasMatch(name)) return Icons.palette_outlined; if (RegExp("tor(i|tenelem)").hasMatch(name)) return Icons.hourglass_empty_outlined; if (RegExp("foldrajz").hasMatch(name)) return Icons.public_outlined; + if (RegExp("rajz|muvtori|muveszet|kultura").hasMatch(name)) return Icons.palette_outlined; if (RegExp("fizika").hasMatch(name)) return Icons.emoji_objects_outlined; if (RegExp("^enek|zene|szolfezs|zongora|korus").hasMatch(name)) return Icons.music_note_outlined; if (RegExp("^tes(i|tneveles)|sport").hasMatch(name)) return Icons.sports_soccer_outlined;