TF-4306 Update icon for Label in left menu
This commit is contained in:
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user