TF-4306 Update icon for Label in left menu

This commit is contained in:
dab246
2026-02-04 15:57:26 +07:00
committed by Dat H. Pham
parent 7a4d0dbf46
commit 2001ed158f
3 changed files with 7 additions and 1 deletions
@@ -98,7 +98,7 @@ class _LabelListItemState extends State<LabelListItem> {
child: Row(
children: [
_LabelIcon(
icon: widget.imagePaths.icTag,
icon: widget.imagePaths.icLabel,
color: widget.label.backgroundColor,
spacing: _iconSpacing,
),