Update icon for the general section

This commit is contained in:
vishnukvmd 2023-09-08 20:31:00 +05:30
parent 9d3a7efe29
commit ba1c74b9b5

View file

@ -22,7 +22,7 @@ class _GeneralSectionWidgetState extends State<GeneralSectionWidget> {
return ExpandableMenuItemWidget(
title: l10n.general,
selectionOptionsWidget: _getSectionOptions(context),
leadingIcon: Icons.help_outline_outlined,
leadingIcon: Icons.graphic_eq,
);
}