changed icon and Readme

This commit is contained in:
andrei
2021-11-04 11:37:36 -04:00
parent 9bc0310205
commit a6f413cc5c
2 changed files with 6 additions and 14 deletions

View File

@@ -166,7 +166,7 @@ class _MainListPageState extends State<MainListPage> {
label: "Lists",
),
BottomNavigationBarItem(
icon: Icon(Icons.folder_open),
icon: Icon(Icons.list_alt),
label: "Templates",
),
]));