fix nav rails
This commit is contained in:
@@ -72,7 +72,7 @@ class MainPage extends StatelessWidget {
|
||||
Icons.table_bar_outlined,
|
||||
color: AppColor.disabled,
|
||||
),
|
||||
selectedIcon: Icon(Icons.person, color: AppColor.white),
|
||||
selectedIcon: Icon(Icons.table_bar, color: AppColor.white),
|
||||
label: Text('Meja'),
|
||||
padding: EdgeInsets.symmetric(vertical: 8),
|
||||
),
|
||||
@@ -81,7 +81,7 @@ class MainPage extends StatelessWidget {
|
||||
Icons.pie_chart_outline_outlined,
|
||||
color: AppColor.disabled,
|
||||
),
|
||||
selectedIcon: Icon(Icons.settings, color: AppColor.white),
|
||||
selectedIcon: Icon(Icons.pie_chart, color: AppColor.white),
|
||||
label: Text('Laporan'),
|
||||
padding: EdgeInsets.symmetric(vertical: 8),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user