mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Fix icon on SupplierPartDetail widget (#273)
* Fix icon on SupplierPartDetail widget * Update release notes
This commit is contained in:
parent
c8dedf2a0e
commit
84f7e90569
2 changed files with 7 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ class _SupplierPartDisplayState extends RefreshableState<SupplierPartDetailWidge
|
|||
onTap: onTabSelectionChanged,
|
||||
items: [
|
||||
BottomNavigationBarItem(
|
||||
icon: FaIcon(FontAwesomeIcons.circle),
|
||||
icon: FaIcon(FontAwesomeIcons.circleInfo),
|
||||
label: L10().details,
|
||||
),
|
||||
BottomNavigationBarItem(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue