Make logo larger
This commit is contained in:
parent
1538374b7d
commit
2a1b69b1b4
|
|
@ -76,7 +76,7 @@ class MenuDrawer extends StatelessWidget {
|
|||
mainAxisAlignment: MainAxisAlignment.start,
|
||||
children: <Widget>[
|
||||
_companyLogo(company),
|
||||
SizedBox(width: 16, height: kTopBottomBarHeight),
|
||||
SizedBox(width: 15, height: kTopBottomBarHeight),
|
||||
Expanded(
|
||||
child: Text(
|
||||
company.displayName.isEmpty
|
||||
|
|
|
|||
Loading…
Reference in New Issue