Unify styling
This commit is contained in:
parent
3d61c084ee
commit
ac0c409f6d
|
|
@ -710,6 +710,7 @@ class SidebarFooterCollapsed extends StatelessWidget {
|
||||||
|
|
||||||
return Container(
|
return Container(
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
|
height: double.infinity,
|
||||||
color: Theme.of(context).cardColor,
|
color: Theme.of(context).cardColor,
|
||||||
child: state.uiState.filterEntityType != null &&
|
child: state.uiState.filterEntityType != null &&
|
||||||
state.prefState.showFilterSidebar
|
state.prefState.showFilterSidebar
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue