Skip to content

Commit

Permalink
feat: 3623 - changed icon for "packaging components" (#3624)
Browse files Browse the repository at this point in the history
Impacted file:
* `edit_product_page.dart`: changed icon for "packaging components"
  • Loading branch information
monsieurtanuki authored Jan 23, 2023
1 parent 153c53a commit 8065f63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class _EditProductPageState extends State<EditProductPage> {
),
_getSimpleListTileItem(SimpleInputPageLabelHelper()),
_ListTitleItem(
leading: const Icon(Icons.recycling),
leading: const _SvgIcon('assets/cacheTintable/packaging.svg'),
title: appLocalizations.edit_packagings_title,
onTap: () async {
if (!await ProductRefresher().checkIfLoggedIn(context)) {
Expand Down

0 comments on commit 8065f63

Please sign in to comment.