Navigation

This commit is contained in:
Hillel Coren 2020-05-20 18:24:44 +03:00
parent e21f4a4082
commit ff3a53ca0d
1 changed files with 1 additions and 0 deletions

View File

@ -625,6 +625,7 @@ class SidebarFooterCollapsed extends StatelessWidget {
return Container(
width: double.infinity,
height: 44,
color: Theme.of(context).cardColor,
child: store.state.uiState.filterEntityType != null
? PopupMenuButton<String>(